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

AngleEditboxes

A collection of angle editbox controls.

AngleEditboxes Properties

Property Type Access Description
Count Long read The number of angle editboxes.
Item Object read Returns the angle editbox with the specified index or name.

AngleEditboxes Methods

Method Returns Description
Add AngleEditbox Creates a new angle editbox.
AnyItem Object Returns a random angle editbox.
FirstItem Object Returns the first angle editbox in the collection.
ItemByID Object Returns the angle editbox with the specified ID.
ItemByRange Objects Returns the angle editboxes within the specified range.
LastItem Object Returns the last angle editbox.
MiddleItem Object Returns the middle angle editbox.
NextItem Object Returns the next angle editbox.
PreviousItem Object Returns the previous angle editbox.