field_options property

Document.field_options property

Gets a FieldOptions object that represents options to control field handling in the document.

@property
def field_options(self) -> aspose.words.fields.FieldOptions:
    ...

See Also