Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
Modifier and Type | Method and Description |
---|---|
RadioButton |
RadioButtons.add()
Initializes a new instance of the
RadioButton class and add it to the RadioButtons
collection. |
RadioButton |
RadioButtons.get_Item(int index)
Gets or sets a
RadioButton object from the collection according to RadioButton index. |
RadioButton |
RadioButtons.get_Item(String buttonID)
Gets or sets a
RadioButton object from the collection according to RadioButton ID. |
Modifier and Type | Method and Description |
---|---|
void |
RadioButtons.add(RadioButton button)
Adds a new
RadioButton object into the collection. |
int |
RadioButtons.indexOf(RadioButton button)
Gets the index of a specified section in the collection.
|
void |
RadioButtons.insert(int index,
RadioButton button)
Inserts a new
RadioButton object into the collection at specified position. |
void |
RadioButtons.insert(RadioButton buttonToInsertAfter,
RadioButton newButton)
Inserts a new
RadioButton object into the collection after specified RadioButton object. |
void |
RadioButtons.remove(RadioButton button)
Removes a
RadioButton object from the collection. |
void |
RadioButtons.set_Item(int index,
RadioButton value) |
void |
RadioButtons.set_Item(String buttonID,
RadioButton value) |
Copyright © 2014 Aspose. All Rights Reserved.