FirstChildElement Property

Pageflex Document Action API

Pageflex Document Action API FirstChildElement Property
Namespaces > Pageflex.Scripting > Element > FirstChildElement
Gets this element's first child Element in the document tree.
Syntax
C# Visual Basic Managed C++
public Element FirstChildElement { get; }
Public ReadOnly Property FirstChildElement As Element
public:
Element^ FirstChildElement {
	Element^ get ();
}
Remarks
Returns this element's first child Element, or nullNothingnullptr if the element has no children. For example, the first child element of a TextFrame is its first Paragraph, and the first child element of a Document is its first Page.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)