com.lowagie.text.pdf
public static class XfaForm.Xml2SomTemplate extends XfaForm.Xml2Som
| Field Summary | |
|---|---|
| boolean | dynamicForm |
| int | templateLevel |
| Constructor Summary | |
|---|---|
| Xml2SomTemplate(Node n)
Creates a new instance from the datasets node. | |
| Method Summary | |
|---|---|
| String | getFieldType(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 | processTemplate(Node n, HashMap ff) |
| void | setDynamicForm(boolean dynamicForm)
Sets the dynamic form flag. |
Parameters: n the template node
template section of the XFA.Parameters: s the exact template name
Returns: the field type or null if not found
true if it's a dynamic form; false
if it's a static form.Returns: true if it's a dynamic form; false
if it's a static form
Parameters: dynamicForm the dynamic form flag