
The MergeField class implements the MS Word specific MERGEFIELD field. This field must be used in combination with an ApplicationField that should be modified using this adapter.
Introduced: 15.0.
[C#]
public sealed class MergeField : MailMergeFieldAdapter
[Visual Basic]
Public NotInheritable Class MergeField
| Constructor | Description | |
| DocumentServer.Fields.MergeField | Initializes a new instance of the MergeField class. |
| Property | Description | |
| Mapped | Specifies whether the field is a mapped field. | |
| Name | Gets and sets the name of the field. | |
| PreserveFormatting | Specifies whether the field's formatting should be preserved. | |
| Text | Gets and sets the text of the field. | |
| TextAfter | Gets and sets the text of the field that is displayed after the field's text. | |
| TextBefore | Gets and sets the text of the field that is displayed before the field's text. | |
| TextFormat | Gets and sets the text format of the field. | |
| VerticalFormatting | Specifies whether the field's formatting is vertical. |
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. |