PreviousInChain Property
From Pageflex Document Action API
Pageflex Document Action API
PreviousInChain Property
Namespaces > Pageflex.Scripting > ITextContainer > PreviousInChain
Gets or sets the text container preceding this one in the chain sequence.
| C# | Visual Basic | Managed C++ |
public abstract ITextContainer PreviousInChain { get; }
Public MustOverride ReadOnly Property PreviousInChain As ITextContainer
public: virtual ITextContainer^ PreviousInChain { ITextContainer^ get () abstract; }
Specifies an ITextContainer representing the text container preceding this one in the chain sequence.
A value of nullNothingnullptr means there is no preceding text container.
| 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)