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.

Syntax

public sealed class IncludeText : MailMergeFieldAdapter
Public NotInheritable Class IncludeText
  Inherits MailMergeFieldAdapter

Introduced: 15.0.

Constructors

Constructor Description
IncludeText Initializes a new instance of the IncludeText class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from MailMergeFieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from MailMergeFieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from MailMergeFieldAdapter)
Bookmark Gets and sets the bookmark switch of the field.
Filename Gets and sets the file name of the document that should be inserted.
ID Gets the ID of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from MailMergeFieldAdapter)
PreserveFormatting Specifies whether the field's formatting should be preserved.
(Inherited from MailMergeFieldAdapter)
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from MailMergeFieldAdapter)
TextFormat Gets and sets the text format of the field.
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)