GalleyPreference
Galley preferences.
GalleyPreference Properties
| Property |
Type |
Access |
Description |
| antiAliasType |
AntiAliasType enumeration |
r/w |
The type of text anti-aliasing used in story and galley view. |
| backgroundColor |
Array of 3 Reals (0 – 255), InCopyUIColors enumeration (see table at end of chapter) |
r/w |
The background color of the galley view. |
| blinkCursor |
Boolean |
r/w |
If true, blink the cursor. |
| cursorType |
CursorTypes enumeration |
r/w |
Which cursor should be used in galley and story views. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| showDepthRuler |
Boolean |
r/w |
If true, show the depth ruler. |
| smoothText |
Boolean |
r/w |
If true, antialias text in galley view. |
| textColor |
Array of 3 Reals (0 – 255), InCopyUIColors enumeration (see table at end of chapter) |
r/w |
The text color of the galley view. |
GalleyPreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: GeneralPreference
Next post: FormFields