|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.fields.PdfField
com.spire.pdf.fields.PdfRadioButtonListField
public class PdfRadioButtonListField
Represents radio button field in the PDF form.
Constructor Summary | |
---|---|
PdfRadioButtonListField(PdfPageBase page,
java.lang.String name)
Initializes a new instance of the class. |
Method Summary | |
---|---|
PdfRadioButtonItemCollection |
getItems()
Gets the items of the radio button field. |
int |
getSelectedIndex()
Gets the first selected item in the list. |
void |
setSelectedIndex(int value)
Sets the first selected item in the list. |
Methods inherited from class com.spire.pdf.fields.PdfField |
---|
getExport, getFlatten, getForm, getMappingName, getName, getPage, getReadOnly, getRequired, getToolTip, setExport, setFlatten, setReadOnly, setToolTip |
Constructor Detail |
---|
public PdfRadioButtonListField(PdfPageBase page, java.lang.String name)
page
- Page which the field to be placed on.name
- The name of the field.Method Detail |
---|
public int getSelectedIndex()
public void setSelectedIndex(int value)
public PdfRadioButtonItemCollection getItems()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |