Indesign Scripting Reference
home | search | Links
VBScript >> Assignments

Assignments

A collection of assignments.

Assignments Properties

Property Type Access Description
Count Long read The number of Assignments.
Item Object read Returns the Assignment with the specified index or name as Long or String.

Assignments Methods

Method Returns Description
Add Assignment Create a new assignment.
AnyItem Object Returns any Assignment.
FirstItem Object Returns the first Assignment.
ItemByID Object Returns the Assignment with the specified ID.
ItemByRange Objects Returns the Assignments within the specified range.
LastItem Object Returns the last Assignment.
MiddleItem Object Returns the middle Assignment.
NextItem Object Returns the next Assignment.
PreviousItem Object Returns the previous Assignment.