ITextFrameFormatEffectiveData class

ITextFrameFormatEffectiveData class

Immutable object which contains effective text frame formatting properties.

The ITextFrameFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
text_styleReturns effective text’s style.
Read-only ITextStyleEffectiveData.
margin_leftReturns the left margin (points) in a TextFrame.
Read-only float.
margin_rightReturns the right margin (points) in a TextFrame.
Read-only float.
margin_topReturns the top margin (points) in a TextFrame.
Read-only float.
margin_bottomReturns the bottom margin (points) in a TextFrame.
Read-only float.
wrap_textReturns if text is wrapped at TextFrame’s margins.
Read-only bool.
anchoring_typeReturns vertical anchor text in a TextFrame.
Read-only TextAnchorType.
center_textReturns if text should be centered in box horizontally.
Read-only bool.
text_vertical_typeReturns text orientation.
Read-only TextVerticalType.
autofit_typeReturns text autofit mode.
Read-only TextAutofitType.
column_countSpecifies the number of columns of text in the bounding rectangle.
Read-only int.
column_spacingSpecifies the space between text columns in the text area (in points).
Read-only float.

Remarks

This interface is used together with the ITextFrameFormat interface to return effective formatting values with inheritance applied.

See Also