A collection of auto-correct tables.
Go to Property Listing | Method Listing
anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
AutoCorrectTable anyItem ()
Returns any AutoCorrectTable in the collection.
Number count ()
Displays the number of elements in the AutoCorrectTable.
AutoCorrectTable everyItem ()
Returns every AutoCorrectTable in the collection.
AutoCorrectTable firstItem ()
Returns the first AutoCorrectTable in the collection.
AutoCorrectTable item (index:Varies Long String)
Returns the AutoCorrectTable with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
AutoCorrectTable itemByID (id:Number)
Returns the AutoCorrectTable with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
AutoCorrectTable itemByName (name:String)
Returns the AutoCorrectTable with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
AutoCorrectTable itemByRange (from:Varies AutoCorrectTable Long String, to:Varies AutoCorrectTable Long String)
Returns the AutoCorrectTables within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The AutoCorrectTable, index, or name at the beginning of the range. Can accept: AutoCorrectTable, Long or String. |
|
to |
Long |
The AutoCorrectTable, index, or name at the end of the range. Can accept: AutoCorrectTable, Long or String. |
AutoCorrectTable lastItem ()
Returns the last AutoCorrectTable in the collection.
AutoCorrectTable middleItem ()
Returns the middle AutoCorrectTable in the collection.
AutoCorrectTable nextItem (obj:AutoCorrectTable)
Returns the AutoCorrectTable whose index follows the specified AutoCorrectTable in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The AutoCorrectTable whose index comes before the desired AutoCorrectTable. |
AutoCorrectTable previousItem (obj:AutoCorrectTable)
Returns the AutoCorrectTable with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the AutoCorrectTable that follows the desired AutoCorrectTable. |
String toSource ()
Generates a string which, if executed, will return the AutoCorrectTable.
Application.autoCorrectTables