-
add( |
[layer] [, at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ RadioButton |
-
Creates a new RadioButton
layer
|
Layer
The layer on which to create the RadioButton. (Optional)
|
at
|
LocationOptions
The location at which to insert the RadioButton relative to the reference object or within the container object. (Optional)
|
reference
|
The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional)
|
withProperties
|
Object
Initial values for properties of the new RadioButton (Optional)
|
-
-
Returns any RadioButton in the collection.
-
-
Displays the number of elements in the RadioButton.
-
-
Returns every RadioButton in the collection.
-
-
Returns the first RadioButton in the collection.
-
-
Returns the RadioButton with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the RadioButton with the specified ID.
-
-
Returns the RadioButton with the specified name.
-
-
Returns the RadioButtons within the specified range.
from
|
The RadioButton, index, or name at the beginning of the range. Can accept: RadioButton, Long Integer or String.
|
to
|
The RadioButton, index, or name at the end of the range. Can accept: RadioButton, Long Integer or String.
|
-
-
Returns the last RadioButton in the collection.
-
-
Returns the middle RadioButton in the collection.
-
-
Returns the RadioButton whose index follows the specified RadioButton in the collection.
obj
|
RadioButton
The RadioButton whose index comes before the desired RadioButton.
|
-
-
Returns the RadioButton with the index previous to the specified index.
obj
|
RadioButton
The index of the RadioButton that follows the desired RadioButton.
|
-
-
Generates a string which, if executed, will return the RadioButton.