Groups
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Group [] (index:
number)
Returns the Group with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Group anyItem ()
Returns any Group in the collection.
number count ()
Displays the number of elements in the Group.
Array
of Group everyItem ()
Returns every Group in the collection.
Group firstItem ()
Returns the first Group in the collection.
Group item (index:
varies)
Returns the Group with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Group itemByID (id:
number)
Returns the Group with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Group itemByName (name:
string)
Returns the Group with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Group itemByRange (from:
varies, to:
varies)
Returns the Groups within the specified range.
Parameter | Type | Description |
---|---|---|
from | Group Long Integer String | The Group, index, or name at the beginning of the range. Can accept: Group, Long Integer or String. |
to | Group Long Integer String | The Group, index, or name at the end of the range. Can accept: Group, Long Integer or String. |
Group lastItem ()
Returns the last Group in the collection.
Group middleItem ()
Returns the middle Group in the collection.
Group nextItem (obj:
Group)
Returns the Group whose index follows the specified Group in the collection.
Parameter | Type | Description |
---|---|---|
obj | Group | The Group whose index comes before the desired Group. |
Group previousItem (obj:
Group)
Returns the Group with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Group | The index of the Group that follows the desired Group. |
string toSource ()
Generates a string which, if executed, will return the Group.
Element of
Button.groups
Cell.groups
Character.groups
Document.groups
Footnote.groups
GraphicLine.groups
Group.groups
InsertionPoint.groups
Layer.groups
Line.groups
MasterSpread.groups
MultiStateObject.groups
Oval.groups
Page.groups
Paragraph.groups
PlaceGun.groups
Polygon.groups
Rectangle.groups
SplineItem.groups
Spread.groups
State.groups
Story.groups
Table.groups
Text.groups
TextColumn.groups
TextFrame.groups
TextStyleRange.groups
Word.groups
XmlStory.groups
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |