FormField module

class FormField.FormField

Bases: Field

Represents a form field.

property CalculateOnExit: bool

Gets or sets the calculate on exit property.

property Enabled: bool

Gets or sets the Enabled property (true if form field enabled).

property FormFieldType: FormFieldType

Gets the type of this form field.

property Help: str

Gets or sets the form field help.

property MacroOnEnd: str

Returns or sets the name of macros on end.

property MacroOnStart: str

Returns or sets the name of macros on start.

property Name: str

Gets or sets the form field title name (bookmark name). The name is unique in the document.

property StatusBarHelp: str

Gets or sets the status bar help.