The NextIfField class implements the MS Word specific NEXTIF field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

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

Introduced: X10.

Constructors

Constructor Description
NextIfField Initializes a new instance of the NextIfField 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)
DataSourceCulture 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.
FieldValue 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 MailMergeFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from MailMergeFieldAdapter)
MergeCulture Specifies the culture with which numerical and date / time values are formatted when merged into the target document.
Operator Gets and sets the comparison operator the field.
PreserveFormatting Specifies whether the field's formatting should be preserved.
(Inherited from MailMergeFieldAdapter)
Result Gets the evaluation result of the two field expressions and the specified comparison operator.
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from MailMergeFieldAdapter)
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)