TableStyleGroups

A collection of table style groups.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

TableStyleGroup [] (index:Number)

Returns the TableStyleGroup with the specified index.

Parameter

Type

Description

index

Number

The index.

TableStyleGroup add (withProperties:Object)

Creates a new TableStyleGroup.

Parameter

Type

Description

withProperties

Object

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

String

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

Number

The ID.

TableStyleGroup itemByName (name:String)

Returns the TableStyleGroup with the specified name.

Parameter

Type

Description

name

String

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

TableStyleGroup

String

The TableStyleGroup, index, or name at the beginning of the range. Can accept: TableStyleGroup, Long Integer or String.

to

LongInteger

TableStyleGroup

String

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

TableStyleGroup

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

TableStyleGroup

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