Represents XML Forms Architecture (XFA).
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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 |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
CheckFieldExists(String) | ||
Count | ||
Equals(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()()()() | (Inherited from Object.) | |
XfaFields | ||
XmlConfig |
XFA Config.
| |
XmlDataPackage |
XML Data Package
| |
XmlDatasets |
XFA Datasets.
| |
XmlTemplate |
XFA Template.
|