InDesign2026
API 21.5.1.73
Collection of RadiobuttonGroup

RadiobuttonGroups

A collection of radiobutton groups.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

RadiobuttonGroup

Returns the RadiobuttonGroup with the specified index.

index Number The index.
RadiobuttonGroup

Creates a new RadiobuttonGroup.

withProperties? Object Initial values for properties of the new RadiobuttonGroup
Number

Displays the number of elements in the RadiobuttonGroup.

RadiobuttonGroup[]

Returns every RadiobuttonGroup in the collection.

RadiobuttonGroup

Returns the first RadiobuttonGroup in the collection.

RadiobuttonGroup

Returns the RadiobuttonGroup with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
RadiobuttonGroup[]

Returns the RadiobuttonGroups within the specified range.

from LongInteger | RadiobuttonGroup | String The RadiobuttonGroup, index, or name at the beginning of the range. Can accept: RadiobuttonGroup, Long Integer or String.
to LongInteger | RadiobuttonGroup | String The RadiobuttonGroup, index, or name at the end of the range. Can accept: RadiobuttonGroup, Long Integer or String.
RadiobuttonGroup

Returns the last RadiobuttonGroup in the collection.

RadiobuttonGroup

Returns the middle RadiobuttonGroup in the collection.

RadiobuttonGroup

Returns the RadiobuttonGroup whose index follows the specified RadiobuttonGroup in the collection.

obj RadiobuttonGroup The RadiobuttonGroup whose index comes before the desired RadiobuttonGroup.
RadiobuttonGroup

Returns the RadiobuttonGroup with the index previous to the specified index.

obj RadiobuttonGroup The index of the RadiobuttonGroup that follows the desired RadiobuttonGroup.
String

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

Object of 4

Properties elsewhere that hold a RadiobuttonGroups.