The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters. It implements the necessary means to access field properties.

Syntax

public abstract class MailMergeFieldAdapter : FieldAdapter
Public MustInherit Class MailMergeFieldAdapter
  Inherits FieldAdapter

Introduced: 15.0.

Constructors

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

Fields

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

Methods

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

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from FieldAdapter)
ID Gets the ID of the specific field through its adapter.
(Inherited from FieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from FieldAdapter)
PreserveFormatting Specifies whether the field's formatting should be preserved.
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from FieldAdapter)
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from FieldAdapter)