update_fields property

update_fields property

The property determines whether fields of certain types are updated before saving the WordProcessing document to HTML, PDF, PNG, or JPEG formats. The default is True, meaning fields are updated.

For details, see the documentation: https://docs.groupdocs.com/viewer/net/render-word-documents/#disable-updating-fields-when-saving

Definition:

@property
def update_fields(self):
    ...
@update_fields.setter
def update_fields(self, value):
    ...

See Also