entry_macro property

FormField.entry_macro property

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

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

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

Remarks

The entry macro runs when the form field gets the focus in Microsoft Word.

Microsoft Word allows strings with at most 32 characters.

See Also