AutoCorrectPreference

Auto-correct preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Object

Property Listing

Property

Type

Access

Description

autoCorrect

Boolean

read/write

If true, automatically corrects misspelled words listed in the auto-correct table.

autoCorrectCapitalizationErrors

Boolean

read/write

If true, automatically corrects capitalization errors listed in the auto-correct table.

parent

Application

readonly

The parent of the AutoCorrectPreference (a Application).

properties

Object

read/write

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

Method Listing

AutoCorrectPreference getElements ()

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

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.autoCorrectPreferences

Return

AutoCorrectPreference.getElements()