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.