Represents XML Forms Architecture (XFA).

Namespace: Spire.Pdf.Widget
Assembly: 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 

 MemberDescription
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

See Also