Pageflex Document Action API
NextSiblingElement Property
Namespaces > Pageflex.Scripting > Element > NextSiblingElement
Gets this element's next sibling Element in the document tree.


Returns this element's next sibling Element, or nullNothingnullptr if the element has no next sibling.
Sibling elements share the same ParentElement.
Note that the sibling order of a Page or AreaTemplate's child shapes does not represent the draw order of those shapes; see NextShapeToDraw.
Exception | Condition |
---|---|
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)