TableStyleGroups
A collection of table style groups.
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
TableStyleGroup [] (index:Number)
Returns the TableStyleGroup with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TableStyleGroup add (withProperties:Object)
Creates a new TableStyleGroup.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new TableStyleGroup (Optional) |
TableStyleGroup anyItem ()
Returns any TableStyleGroup in the collection.
Number count ()
Displays the number of elements in the TableStyleGroup.
TableStyleGroup everyItem ()
Returns every TableStyleGroup in the collection.
TableStyleGroup firstItem ()
Returns the first TableStyleGroup in the collection.
TableStyleGroup item (index:Varies LongInteger String)
Returns the TableStyleGroup with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TableStyleGroup itemByID (id:Number)
Returns the TableStyleGroup with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
TableStyleGroup itemByName (name:String)
Returns the TableStyleGroup with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
TableStyleGroup itemByRange (from:Varies LongInteger TableStyleGroup String, to:Varies LongInteger TableStyleGroup String)
Returns the TableStyleGroups within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TableStyleGroup, index, or name at the beginning of the range. Can accept: TableStyleGroup, Long Integer or String. |
to |
LongInteger |
The TableStyleGroup, index, or name at the end of the range. Can accept: TableStyleGroup, Long Integer or String. |
TableStyleGroup lastItem ()
Returns the last TableStyleGroup in the collection.
TableStyleGroup middleItem ()
Returns the middle TableStyleGroup in the collection.
TableStyleGroup nextItem (obj:TableStyleGroup)
Returns the TableStyleGroup whose index follows the specified TableStyleGroup in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TableStyleGroup whose index comes before the desired TableStyleGroup. |
TableStyleGroup previousItem (obj:TableStyleGroup)
Returns the TableStyleGroup with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TableStyleGroup that follows the desired TableStyleGroup. |
String toSource ()
Generates a string which, if executed, will return the TableStyleGroup.
Object of
Application.tableStyleGroups
Document.tableStyleGroups
TableStyleGroup.tableStyleGroups