The Merge
public sealed class MergeField : MailMergeFieldAdapter
Public NotInheritable Class MergeField
Inherits MailMergeFieldAdapter
Introduced: 15.0.
Constructor | Description |
---|---|
Merge |
Initializes a new instance of the Merge |
Field | Description |
---|---|
TYPE_NAME | Represents the name of the respective field type.
(Inherited from Mail |
Method | Description |
---|---|
Show |
Opens the specific field options dialog box.
(Inherited from Mail |
Property | Description |
---|---|
Application |
Gets the adapted Application (Inherited from Mail |
Data |
Specifies the culture with which numerical and date / time values coming from the data source are parsed. |
Date |
Specifies a string format which is applied to date / time values. |
ID | Gets the ID of the specific field through its adapter.
(Inherited from Mail |
Length | Gets the number of characters in a text field through its adapter.
(Inherited from Mail |
Mapped | Specifies whether the field is a mapped field. |
Merge |
Specifies the culture with which numerical and date / time values are formatted when merged into the target document. |
Name | Gets and sets the name of the field. |
Numeric |
Specifies a string format which is applied to numeric values. |
Preserve |
Specifies whether the field's formatting should be preserved.
(Inherited from Mail |
Start | Gets the first character position (one-based) of the field through its adapter.
(Inherited from Mail |
Text | Gets and sets the text of the field. |
Text |
Gets and sets the text of the field that is displayed after the field's text. |
Text |
Gets and sets the text of the field that is displayed before the field's text. |
Text |
Gets and sets the text format of the field. |
Type |
Gets the field's type name of the specific field through its adapter.
(Inherited from Mail |
Vertical |
Specifies whether the field's formatting is vertical. |