Represents an MS Word specific INCLUDETEXT field. Is used as a parameter for the addMergeField method.
[JavaScript]
{
fileName: <string>,
textFormat: <integer>,
bookmark: <string>,
preserveFormatting: <boolean>
}| Property | Description | |
| bookmark | Specifies the bookmark switch of the field. | |
| fileName | Specifies the file name of the document that should be inserted. | |
| preserveFormatting | Specifies whether the field's formatting should be preserved. | |
| textFormat | Specifies the text format of the field. |