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

Syntax

public sealed class FormText : FormFieldAdapter
Public NotInheritable Class FormText
  Inherits FormFieldAdapter

Introduced: 15.0.

Constructors

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

Fields

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

Methods

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

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from FormFieldAdapter)
Bounds Gets and sets the bounds of the form field.
(Inherited from FormFieldAdapter)
CalcOnExit Gets or sets the CalcOnExit property of the field.
(Inherited from FormFieldAdapter)
Enabled Specifies whether the field is enabled or not.
(Inherited from FormFieldAdapter)
Font Gets and sets the font of the form field.
(Inherited from FormFieldAdapter)
Format Gets or sets the TextFormatOptions of the field.
HelpText Gets and sets the help text of the field.
(Inherited from FormFieldAdapter)
ID Gets the ID of the specific field through its adapter.
(Inherited from FormFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from FormFieldAdapter)
MaxLength Gets and sets the maximum length of the field.
Name Gets and sets the name of the form field.
(Inherited from FormFieldAdapter)
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from FormFieldAdapter)
StatusText Gets and sets the status text of the field.
(Inherited from FormFieldAdapter)
Text Gets and sets the text of the form field.
(Inherited from FormFieldAdapter)
Type Gets or sets the type of the field.
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from FormFieldAdapter)