com.aspose.words
Interface IFontSavingCallback


public interface IFontSavingCallback 

Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format.

Method Summary
abstract voidfontSaving(FontSavingArgs args)
           Called when Aspose.Words is about to save a font resource.
 

Method Detail

fontSaving

public abstract void fontSaving(FontSavingArgs args)
                             throws java.lang.Exception
Called when Aspose.Words is about to save a font resource.

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