|
|
AutoCorrectPreference
Auto correct preferences.
AutoCorrectPreference Properties
|
Property
|
Type
|
Access
|
Description
|
|
autoCorrect
|
Boolean
|
r/w
|
If true, automatically correct misspelled words.
|
|
autoCorrectCapitalizationErrors
|
Boolean
|
r/w
|
If true, automatically correct capitalization errors.
|
|
parent
|
Object
|
read
|
The parent of the object.
|
|
properties
|
An array of property names and values
|
r/w
|
Property that allows setting of several properties at the same time.
|
AutoCorrectPreference 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.
|
|
|
|