DictionaryPreference

User dictionary preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, ComposeUsing, Object

Property Listing

Property

Type

Access

Description

composition

ComposeUsing

ComposeUsing.BOTH

ComposeUsing.USE_DOCUMENT

ComposeUsing.USE_USER_DICTIONARY

read/write

The hyphenation exception list to use when composing text.

mergeUserDictionary

Boolean

read/write

If true, merges the spelling and hyphenation exceptions lists in the external user dictionary with the lists stored within the document.

parent

Application

Document

readonly

The parent of the DictionaryPreference (a Application or Document).

properties

Object

read/write

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

recomposeWhenChanged

Boolean

read/write

If true, recomposes all stories when the compose using settings are changed, or when words are added to or removed from the user dictionary.

Method Listing

DictionaryPreference getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the DictionaryPreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.dictionaryPreferences

Document.dictionaryPreferences

Return

DictionaryPreference.getElements()