|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.XfaForm.Xml2Som
com.itextpdf.text.pdf.XfaForm.Xml2SomTemplate
public static class XfaForm.Xml2SomTemplate
Processes the template section in the XFA form.
| Field Summary |
|---|
| Fields inherited from class com.itextpdf.text.pdf.XfaForm.Xml2Som |
|---|
anform, inverseSearch, name2Node, order, stack |
| Constructor Summary | |
|---|---|
XfaForm.Xml2SomTemplate(org.w3c.dom.Node n)
Creates a new instance from the datasets node. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldType(java.lang.String s)
Gets the field type as described in the template section of the XFA. |
boolean |
isDynamicForm()
true if it's a dynamic form; false
if it's a static form. |
void |
setDynamicForm(boolean dynamicForm)
Sets the dynamic form flag. |
| Methods inherited from class com.itextpdf.text.pdf.XfaForm.Xml2Som |
|---|
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XfaForm.Xml2SomTemplate(org.w3c.dom.Node n)
n - the template node| Method Detail |
|---|
public java.lang.String getFieldType(java.lang.String s)
template section of the XFA.
s - the exact template name
null if not foundpublic boolean isDynamicForm()
true if it's a dynamic form; false
if it's a static form.
true if it's a dynamic form; false
if it's a static formpublic void setDynamicForm(boolean dynamicForm)
dynamicForm - the dynamic form flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||