Class
Text frame preferences.
TextFramePreference
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
firstBaselineOffset | FirstBaseline: FirstBaseline.ASCENT_OFFSET FirstBaseline.CAP_HEIGHT FirstBaseline.LEADING_OFFSET FirstBaseline.EMBOX_HEIGHT FirstBaseline.X_HEIGHT FirstBaseline.FIXED_HEIGHT |
r/w | The distance between the baseline of the text and the top inset of the text frame or cell. |
ignoreWrap | bool | r/w | If true, ignores text wrap settings for drawn or placed objects in the text frame. |
insetSpacing |
Array
of 4 Units Unit |
r/w | The text inset of the text frame. Can return: Unit or Array of 4 Units. |
minimumFirstBaselineOffset | Measurement Unit (Number or String) | r/w | The minimum distance in points between the baseline of the text and the top inset of the frame or cell |
parent | Application Document TextFrame |
readonly | The parent of the TextFramePreference (a Application, Document or TextFrame). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
textColumnCount | number | r/w | The number of columns in the text frame |
textColumnFixedWidth | Measurement Unit (Number or String) | r/w | The fixed column width of the text frame |
textColumnGutter | Measurement Unit (Number or String) | r/w | The distance between the text frame's columns. |
useFixedColumnWidth | bool | r/w | If true, maintains column width when the text frame is resized. If false, causes columns to resize when the text frame is resized. Note: When true, resizing the frame can change the number of columns in the frame. |
verticalJustification | VerticalJustification: VerticalJustification.TOP_ALIGN VerticalJustification.CENTER_ALIGN VerticalJustification.BOTTOM_ALIGN VerticalJustification.JUSTIFY_ALIGN |
r/w | The vertical alignment of the text content. |
verticalThreshold | Measurement Unit (Number or String) | r/w | The maximum amount of vertical space between two paragraphs. Note: Valid only when vertical justification is justified; the specified amount is applied in addition to the space before or space after values defined for the paragraph. |
Element of
Application.textFramePreferences
Document.textFramePreferences
TextFrame.textFramePreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |