Package | Description |
---|---|
aspose.pdf |
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.getItem(int index)
Gets or sets a
RadioButton object from the collection
according to RadioButton index. |
RadioButton |
RadioButtons.getItem(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.setItem(int index,
RadioButton value) |
void |
RadioButtons.setItem(String buttonID,
RadioButton value) |
Copyright © 2016 Aspose. All Rights Reserved.