Class
Galley preferences.
getElements, toSource, toSpecifier
GalleyPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
antiAliasType | AntiAliasType: AntiAliasType.GRAY_ANTIALIASING AntiAliasType.COLOR_ANTIALIASING AntiAliasType.THICKER_ANTIALIASING |
r/w | The type of text anti-aliasing to use in story and galley views. |
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. |
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. |
showDepthRuler | bool | r/w | If true, displays the depth ruler. |
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. |
Methods
Instances
Array
of Object getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the GalleyPreference.
Element of
Application.galleyPreferences
Document.galleyPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |