public static class AcroFields.Item
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList |
merged
An array of
PdfDictionary with all the field
and widget tags merged. |
java.util.ArrayList |
page
An array of
Integer with the page numbers where
the widgets are displayed. |
java.util.ArrayList |
tabOrder
An array of
Integer with the tab order of the field in the page. |
java.util.ArrayList |
values
An array of
PdfDictionary where the value tag /V
is present. |
java.util.ArrayList |
widget_refs
An array of
PdfDictionary with the widget references. |
java.util.ArrayList |
widgets
An array of
PdfDictionary with the widgets. |
Constructor and Description |
---|
AcroFields.Item() |
public java.util.ArrayList values
PdfDictionary
where the value tag /V
is present.public java.util.ArrayList widgets
PdfDictionary
with the widgets.public java.util.ArrayList widget_refs
PdfDictionary
with the widget references.public java.util.ArrayList merged
PdfDictionary
with all the field
and widget tags merged.public java.util.ArrayList page
Integer
with the page numbers where
the widgets are displayed.public java.util.ArrayList tabOrder
Integer
with the tab order of the field in the page.