Pasteboard preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| bleedGuideColor | any | r/w | The color of bleed guides, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 – 255) or UIColors enumerator. |
| minimumSpaceAboveAndBelow | number | r/w | The minimum space above and below a page. |
| parent | any | readonly | The parent of the PasteboardPreference (a Application or Document). |
| previewBackgroundColor | any | r/w | The color of the preview background, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 – 255) or UIColors enumerator. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| slugGuideColor | any | r/w | The color of slug guides, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 – 255) or UIColors enumerator. |
Methods
Array of PasteboardPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PasteboardPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.pasteboardPreferences
Document.pasteboardPreferences
Returned by:
Array of PasteboardPreference PasteboardPreference .getElements (
)