Class
Pasteboard preferences.
getElements, toSource, toSpecifier
PasteboardPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
bleedGuideColor | 3 Reals (0 - 255) UIColors |
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 | Measurement Unit (Number or String) | r/w | The minimum space above and below a page. |
parent | Application Document |
readonly | The parent of the PasteboardPreference (a Application or Document). |
pasteboardColor | 3 Reals (0 - 255) UIColors |
r/w | The color of the pasteboard, 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. |
previewBackgroundColor | 3 Reals (0 - 255) UIColors |
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 | 3 Reals (0 - 255) UIColors |
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
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 PasteboardPreference.
Element of
Application.pasteboardPreferences
Document.pasteboardPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |