
The IncludeText class implements the MS Word specific INCLUDETEXT 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 IncludeText : MailMergeFieldAdapter
[Visual Basic]
Public NotInheritable Class IncludeText
| Constructor | Description | |
| DocumentServer.Fields.IncludeText | Initializes a new instance of the IncludeText class. |
| Property | Description | |
| Bookmark | Gets and sets the bookmark switch of the field. | |
| Filename | Gets and sets the file name of the document that should be inserted. | |
| PreserveFormatting | Specifies whether the field's formatting should be preserved. | |
| TextFormat | Gets and sets the text format of the field. |
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. |