Class
General application preferences. Base Class: Preference
addEventListener, getElements, removeEventListener, toSource, toSpecifier
GeneralPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
completeFontDownloadGlyphLimit | number | r/w | The threshold at which to trigger font subsetting based on the number of glyphs the font contains. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
includePreview | bool | r/w | If true, includes a preview in saved documents. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
pageNumbering | PageNumberingOptions: PageNumberingOptions.SECTION PageNumberingOptions.ABSOLUTE |
r/w | The page numbering method. |
parent | Application | readonly | The parent of the GeneralPreference (a Application). |
previewSize | PreviewSizeOptions: PreviewSizeOptions.SMALL PreviewSizeOptions.MEDIUM PreviewSizeOptions.LARGE PreviewSizeOptions.EXTRA_LARGE |
r/w | The preview size. Note: Valid when include preview is true. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
temporaryFolder | File | r/w | The location in which to store temporary files. |
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 GeneralPreference 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 GeneralPreference.
Element of
Application.generalPreferences
Return
Array of GeneralPreference GeneralPreference.getElements ()
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |