exit_macro property

FormField.exit_macro property

Returns or sets an exit macro name for the form field.

@property
def exit_macro(self) -> str:
    ...

@exit_macro.setter
def exit_macro(self, value: str):
    ...

Remarks

The exit macro runs when the form field loses the focus in Microsoft Word.

Microsoft Word allows strings with at most 32 characters.

See Also