Contents Property

Pageflex Document Action API

Pageflex Document Action API Contents Property
Namespaces > Pageflex.Scripting > ITextContainer > Contents
Gets a Range representing the text in this container.
Syntax
C# Visual Basic Managed C++
public abstract Range Contents { get; }
Public MustOverride ReadOnly Property Contents As Range
public:
virtual Range^ Contents {
	Range^ get () abstract;
}
Remarks
Returns a Range representing the text in this container. The Range does not include content which has overflowed or is contained by the NextInChain container.
Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)