Class
Pasteboard preferences. Base Class: Preference
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. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
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). |
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 PasteboardPreference getElements ()
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
Return
Array of PasteboardPreference PasteboardPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |