ContainingShape Property

Pageflex Document Action API

Pageflex Document Action API ContainingShape Property
Namespaces > Pageflex.Scripting > Range > ContainingShape
Gets the ITextContainer containing the start of this Range.
Syntax
C# Visual Basic Managed C++
public ITextContainer ContainingShape { get; }
Public ReadOnly Property ContainingShape As ITextContainer
public:
ITextContainer^ ContainingShape {
	ITextContainer^ get ();
}
Remarks
Returns an ITextContainer object representing the text container containing the start of this range.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)