Element Class

Pageflex Document Action API

Pageflex Document Action API Element Class
Namespaces > Pageflex.Scripting > Element
The Element class represents an object (such as an image, paragraph, or page) in the tree of objects making up a document.
Syntax
C# Visual Basic Managed C++
public class Element : PFObject
Public Class Element _
	Inherits PFObject
public ref class Element : public PFObject
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
ElementNew()
Initializes a new instance of the Element class.
Delete()
Deletes this element and also deletes any descendant elements.
Duplicate()
Creates a copy of the element and inserts it as the element's next sibling.
Equals(Object) (Inherited from Object.)
Finalize() (Inherited from Object.)
FirstChildElement
Gets this element's first child Element in the document tree.
GetHashCode() (Inherited from Object.)
GetType() (Inherited from Object.)
IsVisible
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
MemberwiseClone() (Inherited from Object.)
MoveBefore(Element, Element)
Moves this Element to a different place in the document tree.
NextElementInTree
Gets the next Element in a depth-first traversal of the document tree.
NextNonDescendantElementInTree
Gets the next Element (in a depth-first traversal of the document tree) which is not a descendant of this element.
NextSiblingElement
Gets this element's next sibling Element in the document tree.
ParentElement
Gets this element's parent Element in the document tree.
ToString() (Inherited from Object.)
Visible
Gets or sets whether this element should be visible or hidden.
Inheritance Hierarchy
Object
PFObject
  Element
    Shape
    Document
    FillerPagePoint
    Page
    PageNumber
    Paragraph
    ParagraphGroup
    TableOfContents
    TextElement
    VariablePagePoint

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)