ContentElements Property

Pageflex Document Action API

Pageflex Document Action API ContentElements Property
Namespaces > Pageflex.Scripting > Range > ContentElements
Gets the TextElements and Shapes in this Range.
Syntax
C# Visual Basic Managed C++
public Element[] ContentElements { get; }
Public ReadOnly Property ContentElements As Element()
public:
array<Element^>^ ContentElements {
	array<Element^>^ get ();
}
Remarks
Returns an array of Element objects representing the sequence of text elements and/or floating shapes holding the content of the range. Each TextElement represents a contiguous sequence of characters with the same style.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)