GeneralPreference
General preferences.
GeneralPreference Properties
| Property |
Type |
Access |
Description |
| completeFontDownloadGlyphLimit |
Long |
r/w |
Complete font download glyph limit. |
| includePreview |
Boolean |
r/w |
If true, include a preview when saving the document. |
| pageNumbering |
PageNumberingOptions enumeration |
r/w |
How to number pages. |
| parent |
Object |
read |
The parent of the object. |
| previewSize |
PreviewSizeOptions enumeration |
r/w |
Preview size. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| temporaryFolder |
File |
r/w |
Where temporary files should be stored. |
| toolsPalette |
ToolsPaletteOptions enumeration |
r/w |
Controls the appearance of the tools palette. |
| toolTips |
ToolTipOptions enumeration |
r/w |
Controls the appearance of tool tips. |
GeneralPreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |