document_part_saving method
document_part_saving(args)
Called when Aspose.Words is about to save a document part.
def document_part_saving(self, args: aspose.words.saving.DocumentPartSavingArgs):
...
| Parameter | Type | Description |
|---|---|---|
| args | DocumentPartSavingArgs |
See Also
- module aspose.words.saving
- class IDocumentPartSavingCallback