css_saving method
css_saving(args)
Called when Aspose.Words saves an CSS (Cascading Style Sheet).
def css_saving(self, args: aspose.words.saving.CssSavingArgs):
...
| Parameter | Type | Description |
|---|---|---|
| args | CssSavingArgs |
See Also
- module aspose.words.saving
- class ICssSavingCallback