public static class PRAcroForm.FieldInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) PdfDictionary |
info |
(package private) java.lang.String |
name |
(package private) PRIndirectReference |
ref |
Constructor and Description |
---|
FieldInformation(java.lang.String name,
PdfDictionary info,
PRIndirectReference ref) |
Modifier and Type | Method and Description |
---|---|
PdfDictionary |
getInfo() |
java.lang.String |
getName() |
PRIndirectReference |
getRef() |
java.lang.String name
PdfDictionary info
PRIndirectReference ref
FieldInformation(java.lang.String name, PdfDictionary info, PRIndirectReference ref)
public java.lang.String getName()
public PdfDictionary getInfo()
public PRIndirectReference getRef()