Adobe InDesign CS5.5 (7.5) Object Model JS: AngleComboboxes

InDesign CS5.5

Class

AngleComboboxes

 A collection of angle comboboxes.

QuickLinks

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

AngleCombobox [] (index: number)
Returns the AngleCombobox with the specified index.

ParameterTypeDescription
indexnumberThe index.

AngleCombobox add ([withProperties: Object])
Creates a new AngleCombobox.

ParameterTypeDescription
withPropertiesObjectInitial values for properties of the new AngleCombobox (Optional)

AngleCombobox anyItem ()
Returns any AngleCombobox in the collection.

number count ()
Displays the number of elements in the AngleCombobox.

Array of AngleCombobox everyItem ()
Returns every AngleCombobox in the collection.

AngleCombobox firstItem ()
Returns the first AngleCombobox in the collection.

AngleCombobox item (index: varies)
Returns the AngleCombobox with the specified index or name.

ParameterTypeDescription
indexLong Integer
String
The index or name. Can accept: Long Integer or String.

AngleCombobox itemByID (id: number)
Returns the AngleCombobox with the specified ID.

ParameterTypeDescription
idnumberThe ID.

Array of AngleCombobox itemByRange (from: varies, to: varies)
Returns the AngleComboboxes within the specified range.

ParameterTypeDescription
fromAngleCombobox
Long Integer
String
The AngleCombobox, index, or name at the beginning of the range. Can accept: AngleCombobox, Long Integer or String.
toAngleCombobox
Long Integer
String
The AngleCombobox, index, or name at the end of the range. Can accept: AngleCombobox, Long Integer or String.

AngleCombobox lastItem ()
Returns the last AngleCombobox in the collection.

AngleCombobox middleItem ()
Returns the middle AngleCombobox in the collection.

AngleCombobox nextItem (obj: AngleCombobox)
Returns the AngleCombobox whose index follows the specified AngleCombobox in the collection.

ParameterTypeDescription
objAngleComboboxThe AngleCombobox whose index comes before the desired AngleCombobox.

AngleCombobox previousItem (obj: AngleCombobox)
Returns the AngleCombobox with the index previous to the specified index.

ParameterTypeDescription
objAngleComboboxThe index of the AngleCombobox that follows the desired AngleCombobox.

string toSource ()
Generates a string which, if executed, will return the AngleCombobox.

Element of

BorderPanel.angleComboboxes

DialogColumn.angleComboboxes

DialogRow.angleComboboxes

EnablingGroup.angleComboboxes

Jongware, 28-Apr-2012 v3.0.3iContents :: Index