xfaform-ag凯发旗舰厅
com.spire.pdf.widget
class xfaform
java.lang.object
com.spire.pdf.widget.xfaform
public final class xfaform
- extends java.lang.object
represents xml forms architecture (xfa).
method summary |
java.lang.string |
get(java.lang.string xmlpath)
deprecated. |
com.spire.ms.system.xml.xmlnode |
getconfig()
|
int |
getcount()
|
com.spire.ms.system.xml.xmlnode |
getdatasets()
|
xfafield |
getfield(java.lang.string name)
|
com.spire.ms.system.collections.generic.list |
getfields()
|
com.spire.ms.system.xml.xmlnode |
getnode(java.lang.string path)
|
java.util.list<xfafield> |
getxfafields()
list of field in the form template. |
com.spire.ms.system.xml.xmlnode |
getxmlconfig()
xfa config. |
com.spire.ms.system.xml.xmldocument |
getxmldatapackage()
xml data package |
com.spire.ms.system.xml.xmlnode |
getxmldatasets()
xfa datasets. |
com.spire.ms.system.xml.xmlnode |
getxmltemplate()
xfa template. |
void |
set(java.lang.string xmlpath,
java.lang.string value)
|
xfaform
public xfaform(pdfdocumentwidget document,
formdictionary)
get
@deprecated
public java.lang.string get(java.lang.string xmlpath)
- deprecated.
- gets of sets data node value.deprecated to use,instead use xfafield to set field value.
set
public void set(java.lang.string xmlpath,
java.lang.string value)
getxmltemplate
public com.spire.ms.system.xml.xmlnode getxmltemplate()
- xfa template.
getxmldatasets
public com.spire.ms.system.xml.xmlnode getxmldatasets()
- xfa datasets.
getxmlconfig
public com.spire.ms.system.xml.xmlnode getxmlconfig()
- xfa config.
getxmldatapackage
public com.spire.ms.system.xml.xmldocument getxmldatapackage()
- xml data package
getnode
public com.spire.ms.system.xml.xmlnode getnode(java.lang.string path)
getfields
public com.spire.ms.system.collections.generic.list getfields()
getxfafields
public java.util.list<xfafield> getxfafields()
- list of field in the form template.
getcount
public int getcount()
getdatasets
public com.spire.ms.system.xml.xmlnode getdatasets()
getconfig
public com.spire.ms.system.xml.xmlnode getconfig()
getfield
public xfafield getfield(java.lang.string name)