Class PRAcroForm.FieldInformation
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PRAcroForm.FieldInformation
-
- Enclosing class:
- PRAcroForm
public static class PRAcroForm.FieldInformation extends java.lang.Object
This class holds the information for a single field
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PdfDictionary
info
(package private) java.lang.String
name
(package private) PRIndirectReference
ref
-
Constructor Summary
Constructors Constructor Description FieldInformation(java.lang.String name, PdfDictionary info, PRIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDictionary
getInfo()
java.lang.String
getName()
PRIndirectReference
getRef()
-
-
-
Field Detail
-
name
java.lang.String name
-
info
PdfDictionary info
-
ref
PRIndirectReference ref
-
-
Constructor Detail
-
FieldInformation
FieldInformation(java.lang.String name, PdfDictionary info, PRIndirectReference ref)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getInfo
public PdfDictionary getInfo()
-
getRef
public PRIndirectReference getRef()
-
-