|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.AcroFields.Item
public static class AcroFields.Item
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. |
Constructor Summary | |
---|---|
AcroFields.Item()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ArrayList values
PdfDictionary
where the value tag /V
is present.
public ArrayList widgets
PdfDictionary
with the widgets.
public ArrayList widget_refs
PdfDictionary
with the widget references.
public ArrayList merged
PdfDictionary
with all the field
and widget tags merged.
public ArrayList page
Integer
with the page numbers where
the widgets are displayed.
public ArrayList tabOrder
Integer
with the tab order of the field in the page.
Constructor Detail |
---|
public AcroFields.Item()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |