General application preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| autoCollapseIconPanels | bool | r/w | If true, palette drawers close automatically. |
| completeFontDownloadGlyphLimit | number | r/w | The threshold at which to trigger font subsetting based on the number of glyphs the font contains. |
| includePreview | bool | r/w | If true, includes a preview in saved documents. |
| pageNumbering | PageNumberingOptions : SECTION ABSOLUTE |
r/w | The page numbering method. |
| parent | Application | readonly | The parent of the GeneralPreference (a Application). |
| placeCursorUsesThumbnails | bool | r/w | Controls whether or not to show thumbnails of imported files in the Place cursor |
| previewSize | PreviewSizeOptions : SMALL MEDIUM LARGE 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. |
| toolsPanel | ToolsPanelOptions : SINGLE_COLUMN DOUBLE_COLUMN SINGLE_ROW |
r/w | Controls the appearance of the tools panel |
| toolTips | ToolTipOptions : NORMAL NONE FAST |
r/w | Tool tip behavior. |
Methods
Array of GeneralPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the GeneralPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.generalPreferences
Returned by:
Array of GeneralPreference GeneralPreference .getElements (
)