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

See Also