Class
Text frame preferences. Base Class: Preference
getElements, toSource, toSpecifier
TextFramePreference
QuickLinks
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 (0 - 8640 points) Unit (0 - 8640 points) |
r/w | The amount to offset text from the edges of the text frame, specified either as a single value applied uniformly to all sides of the text frame or as an array of 4 values in the format [top inset, left inset, bottom inset, right inset]. Can return: Unit (0 - 8640 points) or Array of 4 Units (0 - 8640 points). |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
minimumFirstBaselineOffset | Measurement Unit (Number or String) (range: 0 - 8640) | r/w | The minimum distance between the baseline of the text and the top inset of the text frame or cell. |
parent | Application Document ObjectStyle TextFrame |
readonly | The parent of the TextFramePreference (a Application, Document, TextFrame or ObjectStyle). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
textColumnCount | number (range: 1 - 40) | r/w | The number of columns in the text frame. Note: Depending on the value of use fixed column width, the number of columns can change automatically when the text frame size changes. |
textColumnFixedWidth | Measurement Unit (Number or String) (range: 0 - 8640) | r/w | The column width of the columns in the text frame. |
textColumnGutter | Measurement Unit (Number or String) (range: 0 - 8640) | r/w | The space between columns in the text frame. |
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) (range: 0 - 8640) | 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. |
Methods
Instances
Array of TextFramePreference getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TextFramePreference.
string toSpecifier ()
Retrieves the object specifier.
Element of
Application.textFramePreferences
Document.textFramePreferences
ObjectStyle.textFramePreferences
TextFrame.textFramePreferences
Return
Array of TextFramePreference TextFramePreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |