Click or drag to resize

MergeFieldEventArgs Class

Represents data during MergeField event.
Inheritance Hierarchy
System Object
System EventArgs
Spire.Doc.Reporting MergeFieldEventArgs
Spire.Doc.Reporting MergeImageFieldEventArgs

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class MergeFieldEventArgs : EventArgs

The MergeFieldEventArgs type exposes the following members.

Constructors
Name Description
Public method MergeFieldEventArgs
Provides data during the MergeField event.
Top
Properties
Name Description
Public property CharacterFormat
Gets the Character Format of the field.
Public property CurrentMergeField
Gets the current Merge field.
Public property Document
Gets the document.
Public property FieldName
Gets the Merge field Name.
Public property FieldValue
Gets the Merge Field Value
Public property IsKeepHtmlTextFormat
Gets or sets if keep html text formatting.
Public property IsKeepTextFormat
Gets or sets if keep text formatting.
Public property RowIndex
Gets the Row Index.
Public property TableName
Gets the Table Name
Public property Text
Gets the Text value
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also