com.itextpdf.text.pdf
Class PRAcroForm.FieldInformation

java.lang.Object
  extended by com.itextpdf.text.pdf.PRAcroForm.FieldInformation
Enclosing class:
PRAcroForm

public static class PRAcroForm.FieldInformation
extends Object

This class holds the information for a single field


Method Summary
 PdfDictionary getInfo()
           
 String getName()
          Returns the full name of the field.
 PRIndirectReference getRef()
           
 String getWidgetName()
          Returns the name of the widget annotation (the /NM entry).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidgetName

public 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 String getName()
Returns the full name of the field.

Returns:
a String or null

getInfo

public PdfDictionary getInfo()

getRef

public PRIndirectReference getRef()


Copyright © 2013. All Rights Reserved.