MixedInkGroups
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MixedInkGroup [] (index:
number)
Returns the MixedInkGroup with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
MixedInkGroup anyItem ()
Returns any MixedInkGroup in the collection.
number count ()
Displays the number of elements in the MixedInkGroup.
Array
of MixedInkGroup everyItem ()
Returns every MixedInkGroup in the collection.
MixedInkGroup firstItem ()
Returns the first MixedInkGroup in the collection.
MixedInkGroup item (index:
varies)
Returns the MixedInkGroup with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
MixedInkGroup itemByID (id:
number)
Returns the MixedInkGroup with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
MixedInkGroup itemByName (name:
string)
Returns the MixedInkGroup with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of MixedInkGroup itemByRange (from:
varies, to:
varies)
Returns the MixedInkGroups within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MixedInkGroup String | The MixedInkGroup, index, or name at the beginning of the range. Can accept: MixedInkGroup, Long Integer or String. |
to | Long Integer MixedInkGroup String | The MixedInkGroup, index, or name at the end of the range. Can accept: MixedInkGroup, Long Integer or String. |
MixedInkGroup lastItem ()
Returns the last MixedInkGroup in the collection.
MixedInkGroup middleItem ()
Returns the middle MixedInkGroup in the collection.
MixedInkGroup nextItem (obj:
MixedInkGroup)
Returns the MixedInkGroup whose index follows the specified MixedInkGroup in the collection.
Parameter | Type | Description |
---|---|---|
obj | MixedInkGroup | The MixedInkGroup whose index comes before the desired MixedInkGroup. |
MixedInkGroup previousItem (obj:
MixedInkGroup)
Returns the MixedInkGroup with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | MixedInkGroup | The index of the MixedInkGroup that follows the desired MixedInkGroup. |
string toSource ()
Generates a string which, if executed, will return the MixedInkGroup.
Element of
Application.mixedInkGroups
Document.mixedInkGroups
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |