|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.objects.PdfFormData
public class PdfFormData
Added as a repository to store form data in so that it can be reused. Data stored in a List - each element is a Map
| Field Summary | |
|---|---|
static int |
XFA_CONFIG
|
static int |
XFA_DATASET
|
static int |
XFA_LOCALESET
|
static int |
XFA_PDFSECURITY
|
static int |
XFA_POSTAMBLE
|
static int |
XFA_PREAMBLE
|
static int |
XFA_TEMPLATE
|
static int |
XFA_XFDF
|
static int |
XFA_XMPMETA
|
| Constructor Summary | |
|---|---|
PdfFormData(boolean isDemo)
|
|
| Method Summary | |
|---|---|
void |
addFormElement(java.util.Map currentForm)
Used internally to add a form object as it is extracted from the pdf stream. |
java.util.List |
getFormData()
get all data as list of items with each Form item stored in a Map |
int |
getTotalCount()
total number of Form objects to be displayed. |
org.w3c.dom.Document |
getXFAFormData(int type)
(NOT LIVE) |
boolean |
hasXFAFormData()
flag to show if XFA (not yet implemented) |
void |
incrementCount(int kidCount)
increase number of forms items. |
void |
setXFAFormData(int type,
byte[] xmlString)
(NOT LIVE) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int XFA_TEMPLATE
public static final int XFA_DATASET
public static final int XFA_CONFIG
public static final int XFA_PREAMBLE
public static final int XFA_LOCALESET
public static final int XFA_PDFSECURITY
public static final int XFA_XMPMETA
public static final int XFA_XFDF
public static final int XFA_POSTAMBLE
| Constructor Detail |
|---|
public PdfFormData(boolean isDemo)
| Method Detail |
|---|
public boolean hasXFAFormData()
public org.w3c.dom.Document getXFAFormData(int type)
throws PdfException
PdfException
public void setXFAFormData(int type,
byte[] xmlString)
PdfExceptionpublic void addFormElement(java.util.Map currentForm)
Used internally to add a form object as it is extracted from the pdf stream. Should not need to be called in normal usage.
public final java.util.List getFormData()
public void incrementCount(int kidCount)
public int getTotalCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||