The If
public sealed class IfField : MailMergeFieldAdapter
Public NotInheritable Class IfField
Inherits MailMergeFieldAdapter
Introduced: 15.0.
Constructor | Description |
---|---|
If |
Initializes a new instance of the If |
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 which is used for the relational comparison of numerical values. |
Expression1 | Gets and sets the first expression text that should be compared. |
Expression2 | Gets and sets the second expression text that should be compared to Expression1. |
False |
Gets and sets the text that should be displayed when the comparison is false. |
Field |
Gets or sets the field's value of the field that has been specified in Expression1. |
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 |
Merge |
Specifies the culture with which numerical and date / time values are formatted when merged into the target document. |
Operator | Gets and sets the operator of the field. |
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 displayed text of the field. |
True |
Gets and sets the text that should be displayed when the comparison is true. |
Type |
Gets the field's type name of the specific field through its adapter.
(Inherited from Mail |