NextInChain Property

Pageflex Document Action API

Pageflex Document Action API NextInChain Property
Namespaces > Pageflex.Scripting > ITextContainer > NextInChain
Gets or sets the text container following this one in the chain sequence.
Syntax
C# Visual Basic Managed C++
public abstract ITextContainer NextInChain { get; }
Public MustOverride ReadOnly Property NextInChain As ITextContainer
public:
virtual ITextContainer^ NextInChain {
	ITextContainer^ get () abstract;
}
Remarks
Specifies an ITextContainer representing the text container following this one in the chain sequence. A value of nullNothingnullptr means there is no following text container.
Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)