Interface IWMergeField
Represents a mail merge field.
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWMergeField : IWField, IWTextRange, IParagraphItem, IEntity
Properties
DateFormat
Gets the date format of the merge field. Read-only.
Declaration
string DateFormat { get; }
Property Value
Type |
---|
System.String |
FieldName
Gets or sets mail merge field name.
Declaration
string FieldName { get; set; }
Property Value
Type |
---|
System.String |
NumberFormat
Gets the number format of the merge field. Read-only.
Declaration
string NumberFormat { get; }
Property Value
Type |
---|
System.String |
Prefix
Gets the prefix of merge field. Read-only.
Declaration
string Prefix { get; }
Property Value
Type |
---|
System.String |
TextAfter
Gets or sets the text that is displayed after the merge field.
Declaration
string TextAfter { get; set; }
Property Value
Type |
---|
System.String |
TextBefore
Gets or sets the text that is displayed before the merge field.
Declaration
string TextBefore { get; set; }
Property Value
Type |
---|
System.String |