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

Syntax

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

Introduced: X10.

Constructors

Constructor Description
NextField Initializes a new instance of the NextField 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)
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)
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)