Class
PDF place preferences. Base Class: Preference
addEventListener, getElements, removeEventListener, toSource, toSpecifier
PDFPlacePreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
openDocumentPassword | string | r/w | The password to enter when opening the PDF document. Valid only when use security is true. Note: A script can set but not get this value. |
pageNumber | number | r/w | The page number of the PDF document page to place. |
parent | Application | readonly | The parent of the PDFPlacePreference (a Application). |
pdfCrop | PDFCrop: PDFCrop.CROP_ART PDFCrop.CROP_PDF PDFCrop.CROP_TRIM PDFCrop.CROP_BLEED PDFCrop.CROP_MEDIA PDFCrop.CROP_CONTENT_VISIBLE_LAYERS PDFCrop.CROP_CONTENT_ALL_LAYERS |
r/w | The type of cropping to apply. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
transparentBackground | bool | r/w | If true, the background of the PDF is transparent. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array of PDFPlacePreference getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the PDFPlacePreference.
Element of
Application.pdfPlacePreferences
Return
Array of PDFPlacePreference PDFPlacePreference.getElements ()
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |