document_part_saving_callback property
HtmlSaveOptions.document_part_saving_callback property
Allows to control how document parts are saved when a document is saved to HTML or EPUB.
@property
def document_part_saving_callback(self) -> aspose.words.saving.IDocumentPartSavingCallback:
...
@document_part_saving_callback.setter
def document_part_saving_callback(self, value: aspose.words.saving.IDocumentPartSavingCallback):
...
See Also
- module aspose.words.saving
- class HtmlSaveOptions