Class
Galley preferences.
GalleyPreference
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
backgroundColor | 3 Reals (0 - 255) InCopyUIColors |
r/w | The background color, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as an InCopy UI color. . Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. |
blinkCursor | bool | r/w | If true, the cursor blinks. |
cursorType | CursorTypes: CursorTypes.STANDARD_CURSOR CursorTypes.THICK_CURSOR CursorTypes.BARBELL_CURSOR CursorTypes.BLOCK_CURSOR |
r/w | The cursor type for galley and story views. |
overridePreviewFont | string | r/w | The name of the preview font. |
parent | Application Document |
readonly | The parent of the GalleyPreference (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
smoothText | bool | r/w | If true, galley text is anti-aliased. |
textColor | 3 Reals (0 - 255) InCopyUIColors |
r/w | The text color, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as an InCopy UI color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. |
useOverridePreviewFont | bool | r/w | If true, uses the override preview font. |
Element of
Application.galleyPreferences
Document.galleyPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |