update_fields property
Leave feedback
On this page
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
@property
def update_fields(self):
...
@update_fields.setter
def update_fields(self, value):
...
- class
WordProcessingOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.