Click or drag to resize

XFAForm Class

Represents XML Forms Architecture (XFA).
Inheritance Hierarchy
System Object
Spire.Pdf.Widget XFAForm

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class XFAForm

The XFAForm type exposes the following members.

Properties
Name Description
Public property Count
Gets the count of form.
Public property Fields
List of field names in the form template.
Public property Item Obsolete.
Gets of sets data node value.deprecated to use,instead use xfaField to set field value.
Public property XfaFields
List of field in the form template.
Public property XmlConfig
XFA Config.
Public property XmlDataPackage
XML Data Package
Public property XmlDatasets
XFA Datasets.
Public property XmlTemplate
XFA Template.
Top
Methods
Name Description
Public method CheckFieldExists
Returns whether the field exists or not.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetConfig
Returns XML node of config.
Public method GetDataSets
Returns XML node of datasets.
Public method 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.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetTemplate
Returns XML node of field tempalte.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field Static member FieldNameEscape
The field name escape char.
Top
See Also