Adobe InDesign CS4 (6.0) Object Model JS: AngleEditboxes

InDesign CS4

Class

AngleEditboxes

 A collection of angle editboxes.

QuickLinks

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

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

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

ParameterTypeDescription
indexnumberThe index.

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

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

AngleEditbox anyItem ()
Returns any AngleEditbox in the collection.

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

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

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

AngleEditbox item (index: any)
Returns the AngleEditbox with the specified index or name.

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

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

ParameterTypeDescription
idnumberThe ID.

AngleEditbox itemByName (name: string)
Returns the AngleEditbox with the specified name.

ParameterTypeDescription
namestringThe name.

Array of AngleEditbox itemByRange (from: any, to: any)
Returns the AngleEditboxes within the specified range.

ParameterTypeDescription
fromAngleEditbox
Long Integer
String
The AngleEditbox, index, or name at the beginning of the range. Can accept: AngleEditbox, Long Integer or String.
toAngleEditbox
Long Integer
String
The AngleEditbox, index, or name at the end of the range. Can accept: AngleEditbox, Long Integer or String.

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

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

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

ParameterTypeDescription
objAngleEditboxThe AngleEditbox whose index comes before the desired AngleEditbox.

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

ParameterTypeDescription
objAngleEditboxThe index of the AngleEditbox that follows the desired AngleEditbox.

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

Element of

BorderPanel.angleEditboxes

DialogColumn.angleEditboxes

DialogRow.angleEditboxes

EnablingGroup.angleEditboxes

Jongware, 20-Jun-2010 v3.0.3dContents :: Index