com.lowagie.text.pdf

Class AcroFields.Item

Enclosing Class:
AcroFields

public static class AcroFields.Item
extends java.lang.Object

The field representations for retrieval and modification.

Field Summary

ArrayList
merged
An array of PdfDictionary with all the field and widget tags merged.
ArrayList
page
An array of Integer with the page numbers where the widgets are displayed.
ArrayList
tabOrder
An array of Integer with the tab order of the field in the page.
ArrayList
values
An array of PdfDictionary where the value tag /V is present.
ArrayList
widget_refs
An array of PdfDictionary with the widget references.
ArrayList
widgets
An array of PdfDictionary with the widgets.

Field Details

merged

public ArrayList merged
An array of PdfDictionary with all the field and widget tags merged.

page

public ArrayList page
An array of Integer with the page numbers where the widgets are displayed.

tabOrder

public ArrayList tabOrder
An array of Integer with the tab order of the field in the page.

values

public ArrayList values
An array of PdfDictionary where the value tag /V is present.

widget_refs

public ArrayList widget_refs
An array of PdfDictionary with the widget references.

widgets

public ArrayList widgets
An array of PdfDictionary with the widgets.