AutochainTextContainer Property

Pageflex Document Action API

Pageflex Document Action API AutochainTextContainer Property
Namespaces > Pageflex.Scripting > Page > AutochainTextContainer
Gets the page's autochain text container if it exists.
Syntax
C# Visual Basic Managed C++
public TextFrame AutochainTextContainer { get; }
Public ReadOnly Property AutochainTextContainer As TextFrame
public:
TextFrame^ AutochainTextContainer {
	TextFrame^ get ();
}
Remarks
Returns a TextFrame object representing the page's autochain text container, or nullNothingnullptr if no autochain text container exists on the page.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)