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