com.spire.pdf.fields
Class PdfListFieldItemCollection

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

public class PdfListFieldItemCollection
extends PdfCollection
implements IPdfWrapper

Represents list field item collection.


Constructor Summary
PdfListFieldItemCollection()
          Initializes a new instance of the class.
 
Method Summary
 int add(PdfListFieldItem item)
          Adds the specified item in the collection.
 
Methods inherited from class com.spire.pdf.PdfCollection
getCount, getList
 

Constructor Detail

PdfListFieldItemCollection

public PdfListFieldItemCollection()
Initializes a new instance of the class.

Method Detail

add

public int add(PdfListFieldItem item)
Adds the specified item in the collection.

Parameters:
item - The object which to be added in the collection.
Returns:
item