DocumentServer.Fields.MergeField Class | ||
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. | ||
| Syntax: | [C#]
public sealed class MergeField : MailMergeFieldAdapter
[Visual Basic]
Public NotInheritable Class MergeField
| |
| Introduced: | 15.0 | |
Constructors | ||
| Constructor | Description | |
| DocumentServer.Fields.MergeField | Initializes a new instance of the MergeField class. | |
Properties | ||
| 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. | |
Methods | ||
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. | |
| See also: | Document Viewer, Graphical Overview. | |