Package com.itextpdf.text.pdf
Class PRAcroForm.FieldInformation
java.lang.Object
com.itextpdf.text.pdf.PRAcroForm.FieldInformation
- Enclosing class:
- PRAcroForm
This class holds the information for a single field
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) PdfDictionary
(package private) PRIndirectReference
-
Constructor Summary
ConstructorsConstructorDescriptionFieldInformation
(String fieldName, PdfDictionary info, PRIndirectReference ref) -
Method Summary
-
Field Details
-
fieldName
String fieldName -
info
PdfDictionary info -
ref
-
-
Constructor Details
-
FieldInformation
FieldInformation(String fieldName, PdfDictionary info, PRIndirectReference ref)
-
-
Method Details
-
getWidgetName
Returns the name of the widget annotation (the /NM entry).- Returns:
- a String or null (if there's no /NM key)
-
getName
Returns the full name of the field.- Returns:
- a String or null
-
getInfo
-
getRef
-