VariablePagePoint Class

Pageflex Document Action API

Pageflex Document Action API VariablePagePoint Class
Namespaces > Pageflex.Scripting > VariablePagePoint
The VariablePagePoint class represents a variable point in a document's sequence of pages where a document may be ingested.
Syntax
C# Visual Basic Managed C++
public class VariablePagePoint : Element, IPagePoint, IVariableElement
Public Class VariablePagePoint _
	Inherits Element _
	Implements IPagePoint, IVariableElement
public ref class VariablePagePoint : public Element, IPagePoint, IVariableElement
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
Delete()
Deletes this element and also deletes any descendant elements.
(Inherited from Element.)
Duplicate()
Creates a copy of the element and inserts it as the element's next sibling.
(Inherited from Element.)
Equals(Object) (Inherited from Object.)
Finalize() (Inherited from Object.)
FirstChildElement
Gets this element's first child Element in the document tree.
(Inherited from Element.)
GetHashCode() (Inherited from Object.)
GetType() (Inherited from Object.)
IsIngested
trueTruetrue if this page point was created by evaluating a document Variable; falseFalsefalse otherwise.
IsVisible
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
(Inherited from Element.)
MemberwiseClone() (Inherited from Object.)
MoveBefore(Element, Element)
Moves this Element to a different place in the document tree.
(Inherited from Element.)
NextElementInTree
Gets the next Element in a depth-first traversal of the document tree.
(Inherited from Element.)
NextNonDescendantElementInTree
Gets the next Element (in a depth-first traversal of the document tree) which is not a descendant of this element.
(Inherited from Element.)
NextSiblingElement
Gets this element's next sibling Element in the document tree.
(Inherited from Element.)
ParentElement
Gets this element's parent Element in the document tree.
(Inherited from Element.)
ToString() (Inherited from Object.)
Variable
Gets or sets the name of the Variable associated with this Element
Visible
Gets or sets whether this element should be visible or hidden.
(Inherited from Element.)
Inheritance Hierarchy
Object
PFObject
  Element
    VariablePagePoint

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)