com.spire.pdf.fields
Class PdfRadioButtonItemCollection

java.lang.Object
  extended by com.spire.pdf.PdfCollection
      extended by com.spire.pdf.fields.PdfRadioButtonItemCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.IEnumerable, IPdfWrapper, java.lang.Iterable

public class PdfRadioButtonItemCollection
extends PdfCollection
implements IPdfWrapper

Represents collection of radio buttons items.


Constructor Summary
PdfRadioButtonItemCollection(PdfRadioButtonListField field)
          Initializes a new instance of the class.
 
Method Summary
 int add(PdfRadioButtonListItem item)
          Adds the specified item.
 
Methods inherited from class com.spire.pdf.PdfCollection
getCount, getList
 

Constructor Detail

PdfRadioButtonItemCollection

public PdfRadioButtonItemCollection(PdfRadioButtonListField field)
Initializes a new instance of the class.

Parameters:
field - The field.
Method Detail

add

public int add(PdfRadioButtonListItem item)
Adds the specified item.

Parameters:
item - The object to be added to collection.
Returns:
The index of the added field.