com.lowagie.text.pdf

Class PRAcroForm.FieldInformation

public static class PRAcroForm.FieldInformation extends Object

This class holds the information for a single field
Field Summary
PdfDictionaryinfo
Stringname
PRIndirectReferenceref
Constructor Summary
FieldInformation(String name, PdfDictionary info, PRIndirectReference ref)
Method Summary
PdfDictionarygetInfo()
StringgetName()
PRIndirectReferencegetRef()

Field Detail

info

PdfDictionary info

name

String name

ref

PRIndirectReference ref

Constructor Detail

FieldInformation

FieldInformation(String name, PdfDictionary info, PRIndirectReference ref)

Method Detail

getInfo

public PdfDictionary getInfo()

getName

public String getName()

getRef

public PRIndirectReference getRef()