GeneralPreference

General application preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, File, Number, Object, PageNumberingOptions, PreviewSizeOptions, ToolTipOptions, ToolsPaletteOptions

Property Listing

Property

Type

Access

Description

completeFontDownloadGlyphLimit

Number

read/write

The threshold at which to trigger font subsetting based on the number of glyphs the font contains.

includePreview

Boolean

read/write

If true, includes a preview in saved documents.

pageNumbering

PageNumberingOptions

PageNumberingOptions.ABSOLUTE

PageNumberingOptions.SECTION

read/write

The page numbering method.

parent

Application

readonly

The parent of the GeneralPreference (a Application).

previewSize

PreviewSizeOptions

PreviewSizeOptions.EXTRA_LARGE

PreviewSizeOptions.LARGE

PreviewSizeOptions.MEDIUM

PreviewSizeOptions.SMALL

read/write

The preview size. Note: Valid when include preview is true.

properties

Object

read/write

A property that allows setting of several properties at the same time.

temporaryFolder

File

read/write

The location in which to store temporary files.

toolTips

ToolTipOptions

ToolTipOptions.FAST

ToolTipOptions.NONE

ToolTipOptions.NORMAL

read/write

Tool tip behavior.

toolsPalette

ToolsPaletteOptions

ToolsPaletteOptions.DOUBLE_COLUMN

ToolsPaletteOptions.SINGLE_COLUMN

ToolsPaletteOptions.SINGLE_ROW

read/write

The toolbox palette appearance.

Method Listing

Object getElements ()

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.

Object of

Application.generalPreferences