PasteboardPreference
Pasteboard preferences.
PasteboardPreference Properties
| Property |
Type |
Access |
Description |
| bleedGuideColor |
Array of 3 Reals (0 – 255), UIColors enumeration (see table at end of chapter) |
r/w |
The color of bleed guides. |
| minimumSpaceAboveAndBelow |
Unit |
r/w |
The minimum space above and below a page. |
| parent |
Object |
read |
The parent of the object. |
| pasteboardColor |
Array of 3 Reals (0 – 255), UIColors enumeration (see table at end of chapter) |
r/w |
The color of the pasteboard. |
| previewBackgroundColor |
Array of 3 Reals (0 – 255), UIColors enumeration (see table at end of chapter) |
r/w |
The color of the preview background. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| slugGuideColor |
Array of 3 Reals (0 – 255), UIColors enumeration (see table at end of chapter) |
r/w |
The color of slug guides. |
PasteboardPreference 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: Path
Next post: ParagraphStyles