Represents XML Forms Architecture (XFA).
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public sealed class XFAForm
Public NotInheritable Class XFAForm
public ref class XFAForm sealed
[<SealedAttribute>] type XFAForm = class end
Members
| All Members | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| CheckFieldExists(String) | ||
| Count | ||
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| FieldNameEscape | ||
| Fields | ||
| GetConfig()()()() | ||
| GetDataSets()()()() | ||
| getField(String) |
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 a hash function for a particular type.
(Inherited from Object.) | |
| GetTemplate(String) |
Returns XML node of field tempalte.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( String])]) | Obsolete.
Gets of sets data node value.deprecated to use,instead use xfaField to set field value.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| XfaFields | ||
| XmlConfig |
XFA Config.
| |
| XmlDataPackage |
XML Data Package
| |
| XmlDatasets |
XFA Datasets.
| |
| XmlTemplate |
XFA Template.
|
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Widget..::..XFAForm
Spire.Pdf.Widget..::..XFAForm