Adobe InDesign CS4 (6.0) Object Model JS: PasteboardPreference

InDesign CS4

Class

PasteboardPreference

 Pasteboard preferences. Base Class: Preference

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application | Document
Preference
PasteboardPreference

Properties

PropertyTypeAccessDescription
bleedGuideColor3 Reals (0 - 255)
UIColors
r/wThe 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.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
minimumSpaceAboveAndBelowMeasurement Unit (Number or String) r/wThe minimum space above and below a page.
parentApplication
Document
readonlyThe parent of the PasteboardPreference (a Application or Document).
previewBackgroundColor3 Reals (0 - 255)
UIColors
r/wThe 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.
propertiesObject r/wA property that allows setting of several properties at the same time.
slugGuideColor3 Reals (0 - 255)
UIColors
r/wThe 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.3dContents :: Index