Package com.itextpdf.text.pdf
Class PRAcroForm.FieldInformation
- 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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringfieldName(package private) PdfDictionaryinfo(package private) PRIndirectReferenceref
-
Constructor Summary
Constructors Constructor Description FieldInformation(java.lang.String fieldName, PdfDictionary info, PRIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDictionarygetInfo()java.lang.StringgetName()Returns the full name of the field.PRIndirectReferencegetRef()java.lang.StringgetWidgetName()Returns the name of the widget annotation (the /NM entry).
-
-
-
Field Detail
-
fieldName
java.lang.String fieldName
-
info
PdfDictionary info
-
ref
PRIndirectReference ref
-
-
Constructor Detail
-
FieldInformation
FieldInformation(java.lang.String fieldName, PdfDictionary info, PRIndirectReference ref)
-
-
Method Detail
-
getWidgetName
public java.lang.String getWidgetName()
Returns the name of the widget annotation (the /NM entry).- Returns:
- a String or null (if there's no /NM key)
-
getName
public java.lang.String getName()
Returns the full name of the field.- Returns:
- a String or null
-
getInfo
public PdfDictionary getInfo()
-
getRef
public PRIndirectReference getRef()
-
-