- java.lang.Object
-
- com.lowagie.text.pdf.PRAcroForm.FieldInformation
-
- Enclosing class:
- PRAcroForm
public static class PRAcroForm.FieldInformation extends Object
This class holds the information for a single field
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDictionarygetInfo()StringgetName()PRIndirectReferencegetRef()
-
-
-
Method Detail
-
getName
public String getName()
-
getInfo
public PdfDictionary getInfo()
-
getRef
public PRIndirectReference getRef()
-
-