com.spire.pdf.widget
Class PdfRadioButtonWidgetWidgetItemCollection
java.lang.Object
com.spire.pdf.PdfCollection
com.spire.pdf.widget.PdfStateWidgetItemCollection
com.spire.pdf.widget.PdfRadioButtonWidgetWidgetItemCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
public class PdfRadioButtonWidgetWidgetItemCollection
- extends PdfStateWidgetItemCollection
Represents collection of radio box group items.
PdfRadioButtonWidgetWidgetItemCollection
public PdfRadioButtonWidgetWidgetItemCollection()
get
public PdfRadioButtonWidgetItem get(int index)
- Gets the collection of radio box group items at the specified index.
- Overrides:
get
in class PdfStateWidgetItemCollection
- Returns:
- Returns object at the specified index.