|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.PdfCollection
com.spire.pdf.fields.PdfFieldCollection
public class PdfFieldCollection
Represents collection of the Pdf fields.
Constructor Summary | |
---|---|
PdfFieldCollection()
Initializes a new instance of the class. |
Method Summary | |
---|---|
int |
add(PdfField field)
Adds the specified field. |
void |
remove(PdfField field)
Removes the specified field in the collection. |
Methods inherited from class com.spire.pdf.PdfCollection |
---|
getCount, getList |
Constructor Detail |
---|
public PdfFieldCollection()
Method Detail |
---|
public int add(PdfField field)
field
- The field item which is added in the PDF form.
public void remove(PdfField field)
field
- The object to be removed from collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |