Adobe InDesign CS3 (5.0) Object Model JS: RadiobuttonGroups

InDesign CS3

Class

RadiobuttonGroups

 A collection of radiobutton groups.

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

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

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

RadiobuttonGroup anyItem ()
Returns any RadiobuttonGroup in the collection.

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

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

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

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

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

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

ParameterTypeDescription
idnumberThe ID.

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

ParameterTypeDescription
namestringThe name.

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

ParameterTypeDescription
fromLong Integer
RadiobuttonGroup
String
The RadiobuttonGroup, index, or name at the beginning of the range. Can accept: RadiobuttonGroup, Long Integer or String.
toLong Integer
RadiobuttonGroup
String
The RadiobuttonGroup, index, or name at the end of the range. Can accept: RadiobuttonGroup, Long Integer or String.

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

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

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

ParameterTypeDescription
objRadiobuttonGroupThe RadiobuttonGroup whose index comes before the desired RadiobuttonGroup.

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

ParameterTypeDescription
objRadiobuttonGroupThe index of the RadiobuttonGroup that follows the desired RadiobuttonGroup.

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

Element of

BorderPanel.radiobuttonGroups

DialogColumn.radiobuttonGroups

DialogRow.radiobuttonGroups

EnablingGroup.radiobuttonGroups

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