Package com.aowagie.text.pdf
Class PRAcroForm
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.PRAcroForm
This class captures an AcroForm on input. Basically, it extends Dictionary
by indexing the fields of an AcroForm
- Author:
- Mark Thompson
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class holds the information for a single field -
Field Summary
Fields inherited from class com.aowagie.text.pdf.PdfDictionary
hashMap -
Method Summary
Methods inherited from class com.aowagie.text.pdf.PdfDictionary
get, getAsArray, getAsDict, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, put, remove, toPdf, toStringMethods inherited from class com.aowagie.text.pdf.PdfObject
getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Method Details
-
size
public int size()Number of fields found- Overrides:
sizein classPdfDictionary- Returns:
- size
-
getFields
-