com.spire.pdf.fields
Class PdfListFieldItemCollection
java.lang.Object
   com.spire.pdf.PdfCollection
com.spire.pdf.PdfCollection
       com.spire.pdf.fields.PdfListFieldItemCollection
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.
 
 
 
PdfListFieldItemCollection
public PdfListFieldItemCollection()
- Initializes a new instance of the  class.
 
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