Range Property

Pageflex Document Action API

Pageflex Document Action API Range Property
Namespaces > Pageflex.Scripting > ParagraphGroup > Range
Gets a Range representing the text contained by this element.
Syntax
C# Visual Basic Managed C++
public Range Range { get; }
Public ReadOnly Property Range As Range
public:
virtual Range^ Range {
	Range^ get () sealed;
}
Remarks
Returns a Range representing the text contained by this element.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)