XFAForm Class |
Namespace: Spire.Pdf.Widget
The XFAForm type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the count of form.
|
![]() |
Fields |
List of field names in the form template.
|
![]() |
Item |
Obsolete.
Gets of sets data node value.deprecated to use,instead use xfaField to set field value.
|
![]() |
XfaFields |
List of field in the form template.
|
![]() |
XmlConfig |
XFA Config.
|
![]() |
XmlDataPackage |
XML Data Package
|
![]() |
XmlDatasets |
XFA Datasets.
|
![]() |
XmlTemplate |
XFA Template.
|
Name | Description | |
---|---|---|
![]() |
CheckFieldExists |
Returns whether the field exists or not.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
GetConfig |
Returns XML node of config.
|
![]() |
GetDataSets |
Returns XML node of datasets.
|
![]() |
GetField |
Added by Henry Zhou.
To get the xfaField through its name. Notes: the param 'name' is the name have been midified by codes instead of originals.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetTemplate |
Returns XML node of field tempalte.
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
FieldNameEscape |
The field name escape char.
|