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):
    ...
ParameterTypeDescription
argsDocumentPartSavingArgs

See Also