KinsokuTables
A collection of kinsoku tables.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
KinsokuTable [] (index:Number)
Returns the KinsokuTable with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
KinsokuTable add (name:String, withProperties:Object)
Creates a new kinsoku table.
Parameter |
Type |
Description |
---|---|---|
name |
The name of the new kinsoku table. |
|
withProperties |
Initial values for properties of the new KinsokuTable (Optional) |
KinsokuTable anyItem ()
Returns any KinsokuTable in the collection.
Number count ()
Displays the number of elements in the KinsokuTable.
KinsokuTable everyItem ()
Returns every KinsokuTable in the collection.
KinsokuTable firstItem ()
Returns the first KinsokuTable in the collection.
KinsokuTable item (index:Varies LongInteger String)
Returns the KinsokuTable with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
KinsokuTable itemByID (id:Number)
Returns the KinsokuTable with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
KinsokuTable itemByName (name:String)
Returns the KinsokuTable with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
KinsokuTable itemByRange (from:Varies KinsokuTable LongInteger String, to:Varies KinsokuTable LongInteger String)
Returns the KinsokuTables within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The KinsokuTable, index, or name at the beginning of the range. Can accept: KinsokuTable, Long Integer or String. |
to |
LongInteger |
The KinsokuTable, index, or name at the end of the range. Can accept: KinsokuTable, Long Integer or String. |
KinsokuTable lastItem ()
Returns the last KinsokuTable in the collection.
KinsokuTable middleItem ()
Returns the middle KinsokuTable in the collection.
KinsokuTable nextItem (obj:KinsokuTable)
Returns the KinsokuTable whose index follows the specified KinsokuTable in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The KinsokuTable whose index comes before the desired KinsokuTable. |
KinsokuTable previousItem (obj:KinsokuTable)
Returns the KinsokuTable with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the KinsokuTable that follows the desired KinsokuTable. |
String toSource ()
Generates a string which, if executed, will return the KinsokuTable.
Object of
Application.kinsokuTables
Document.kinsokuTables