ITextContainer Interface

Pageflex Document Action API

Pageflex Document Action API ITextContainer Interface
Namespaces > Pageflex.Scripting > ITextContainer
The ITextContainer interface contains members unique to shapes which contain text.
Syntax
C# Visual Basic Managed C++
public interface ITextContainer
Public Interface ITextContainer
public interface class ITextContainer
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
AvailableSpace
Gets the amount of vertical space in the container not occupied by lines of text.
Contents
Gets a Range representing the text in this container.
CopyFitRule
Gets or sets the name of the CopyFitRule to use for this text container.
GutterWidth
Gets/Sets the amount of space between columns in a text frame.
HasOverflow
Tests whether any visible content did not fit in this text container.
NextInChain
Gets or sets the text container following this one in the chain sequence.
PreviousInChain
Gets or sets the text container preceding this one in the chain sequence.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)