Class
Text preferences.
TextPreference
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| abutTextToTextWrap | bool | r/w | If true, moves wrapped text to the next available leading increment below the text wrap objects (skip by leading). |
| baselineShiftKeyIncrement | number | r/w | The amount of baseline shift each press of the shift-option/alt-up arrow or shift-option/alt-down arrow increases or decreases |
| highlightCustomSpacing | bool | r/w | If true, highlights custom kerned or tracked characters. |
| highlightHjViolations | bool | r/w | If true, highlights hyphenation and justification rule violations in the text. |
| highlightKeeps | bool | r/w | If true, highlights paragraphs that violate keep options. |
| highlightSubstitutedFonts | bool | r/w | If true, highlights missing fonts. |
| highlightSubstitutedGlyphs | bool | r/w | If true, highlights substituted glyphs. |
| justifyTextWraps | bool | r/w | If true, justifies text around text wrap objects. |
| kerningKeyIncrement | number | r/w | The amount of kerning each press of the option/alt-right arrow or option/alt-left arrow increases or decreases |
| leadingKeyIncrement | number | r/w | The amount of leading each press of the option/alt-up arrow or option/alt-down arrow increases or decreases |
| linkTextFilesWhenImporting | bool | r/w | If true, links placed text files and spreadsheet files. If false, embeds the files. |
| parent | ApplicationDocument | readonly | The parent of the TextPreference (a Application or Document). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| scalingAdjustsText | bool | r/w | If true, scaling the text frame adjusts text attributes as well as text size and resets frame scaling to 100%. If false, scaling the text frame does not adjust text attributes even though the text size changes and does not reset frame scaling. |
| showInvisibles | bool | r/w | If true, shows hidden characters. |
| smallCap | number | r/w | The percentage of the font size for text formatted as small caps |
| subscriptPosition | number | r/w | The percentage of the leading that the subscripted text will move |
| subscriptSize | number | r/w | The percentage of the font size for subscripted text |
| superscriptPosition | number | r/w | The percentage of the leading that the superscripted text will move |
| superscriptSize | number | r/w | The percentage of the font size for superscripted text |
| typographersQuotes | bool | r/w | If true, converts straight quotes to typographic quotes. |
| useOpticalSize | bool | r/w | If true, automatically selects the correct optical size. |
| useParagraphLeading | bool | r/w | If true, applies the leading changes made to a text range to the entire paragraph. If false, applies leading changes only to the text range. |
| zOrderTextWrap | bool | r/w | If true, text wrap does not affect text on layers above the layer that contains the text wrap object. If false, text wrap affects text on all visible layers. |
Element of
Application.textPreferences
Document.textPreferences
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |