MixedInkGroups
A collection of mixed ink groups.
MixedInkGroups Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the mixed ink group with the specified index or name. |
| length |
Long |
read |
The number of mixed ink groups in the collection. |
MixedInkGroups Methods
| Method |
Returns |
Description |
| add |
MixedInkGroup |
Create a new mixed ink group. |
| anyItem |
Object |
Returns any mixed ink group. |
| firstItem |
Object |
Returns the first mixed ink group. |
| itemByID |
Object |
Returns the mixed ink group with the specified ID. |
| itemByRange |
Objects |
Returns the mixed ink groups within the specified range. |
| lastItem |
Object |
Returns the last mixed ink group. |
| middleItem |
Object |
Returns the middle mixed ink group. |
| nextItem |
Object |
Returns the next mixed ink group. |
| previousItem |
Object |
Returns the previous mixed ink group. |