Uses of Class
aspose.pdf.RadioButton

Uses of RadioButton in aspose.pdf
 

Methods in aspose.pdf that return RadioButton
 RadioButton RadioButtons.add()
          Initializes a new instance of the RadioButton class and add it to the RadioButtons
 RadioButton RadioButtons.getRadioButton(int index)
          Gets a RadioButton object from the collection according to RadioButton index.
 RadioButton RadioButtons.getRadioButton(java.lang.String buttonID)
          Gets a RadioButton object from the collection according to RadioButton ID.
 

Methods in aspose.pdf with parameters of type RadioButton
 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.setRadioButton(int index, RadioButton value)
          Sets a RadioButton object from the collection according to RadioButton index.
 void RadioButtons.setRadioButton(java.lang.String buttonID, RadioButton value)
          Sets a RadioButton object from the collection according to RadioButton ID.