Aspose::Words::Saving::ICssSavingCallback interface

ICssSavingCallback interface

Implement this interface if you want to control how Aspose.Words saves CSS (Cascading Style Sheet) when saving a document to HTML.

class ICssSavingCallback : public virtual System::Object

Methods

MethodDescription
virtual CssSaving(System::SharedPtr<Aspose::Words::Saving::CssSavingArgs>)Called when Aspose.Words saves an CSS (Cascading Style Sheet).
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also