com.aspose.words
Interface ICssSavingCallback


public interface ICssSavingCallback 

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

Method Summary
abstract voidcssSaving(CssSavingArgs args)
           Called when Aspose.Words saves an CSS (Cascading Style Sheet).
 

Method Detail

cssSaving

public abstract void cssSaving(CssSavingArgs args)
                            throws java.lang.Exception
Called when Aspose.Words saves an CSS (Cascading Style Sheet).

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.