com.lowagie.text.pdf
public static class AcroFields.Item extends Object
| 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 | widgets An array of PdfDictionary with the widgets. |
| ArrayList | widget_refs An array of PdfDictionary with the widget references. |
PdfDictionary with all the field
and widget tags merged.Integer with the page numbers where
the widgets are displayed.Integer with the tab order of the field in the page.PdfDictionary where the value tag /V
is present.PdfDictionary with the widgets.PdfDictionary with the widget references.