General application preferences.
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Boolean, EventListeners, Events, File, Number, Object, PageNumberingOptions, PreviewPagesOptions, PreviewSizeOptions, ToolTipOptions, ToolsPanelOptions
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
If true, application bar is shown. |
||
|
read/write |
If true, panel drawers close automatically. |
||
|
read/write |
If true, vertical reveal strips appear when palette UI is hidden. |
||
|
read/write |
The threshold at which to trigger font subsetting based on the number of glyphs the font contains. |
||
|
read/write |
Enable the creation of links on content place |
||
|
read/write |
When using a custom monitor resolution, what is the value of that resolution in pixels per inch |
||
|
read/write |
If true, floating windows can be docked by user as tabs. |
||
|
read/write |
Controls whether or not multi-touch gestures are enabled. |
||
|
readonly |
A collection of event listeners. |
||
|
readonly |
A collection of events. |
||
|
read/write |
Controls whether or not to greek vector graphics when dragging at high quality. |
||
|
read/write |
Controls whether or not to highlight object under selection tool. |
||
|
read/write |
If true, includes a preview in saved documents. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
The value of the system reported main monitor resolution |
||
|
read/write |
Enable the mapping of styles on content place |
||
|
read/write |
Controls whether page items move when a page is repositioned from the UI. The option/alt key temporarily reverses this property |
||
|
read/write |
If true, documents open as tabs. |
||
|
Number (range 0 - 30) |
read/write |
Number of items to show in the Open Recent menu list. Range: 0 to 30 |
|
|
read/write |
The page numbering method. |
||
|
readonly |
The parent of the GeneralPreference (a Application). |
||
|
read/write |
Controls whether or not to show thumbnails of imported files in the Place icon. |
||
|
read/write |
Controls whether or not you can select and interact with a locked item. When this is off, only position is locked. |
||
|
read/write |
The pages to create preview images for. Note: Valid when include preview is true. |
||
|
read/write |
The preview size. Note: Valid when include preview is true. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
Controls whether or not the anchor object adornment is shown. |
||
|
read/write |
Controls whether or not the content grabber adornment is shown. |
||
|
read/write |
Show the conveyor on content collector or content placer tool activation |
||
|
read/write |
Controls whether or not the live corners grabber adornment is shown. |
||
|
read/write |
Controls whether or not to show the master page overlay when a page is selected using the Page Tool. |
||
|
read/write |
Controls whether or not to dynamically display transformation information as part of the cursor while manipulating page items. |
||
|
read/write |
The location in which to store temporary files. |
||
|
read/write |
Tool tip behavior. |
||
|
read/write |
Controls the appearance of the Tools panel. |
||
|
read/write |
If true, application lives in a frame. |
||
|
read/write |
Enable the use of a custom monitor resolution in pixels per inch as opposed to querying the system settings |
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
|
Parameter |
Type |
Description |
|---|---|---|
|
eventType |
The event type. |
|
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
|
captures |
This parameter is obsolete. (Optional) (default: false) |
GeneralPreference getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
|
Parameter |
Type |
Description |
|---|---|---|
|
eventType |
The registered event type. |
|
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
|
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the GeneralPreference.
String toSpecifier ()
Retrieves the object specifier.