com.aspose.words
Interface IResourceSavingCallback


public interface IResourceSavingCallback 

Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed page HTML or SVG.

Method Summary
abstract voidresourceSaving(ResourceSavingArgs args)
           Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.
 

Method Detail

resourceSaving

public abstract void resourceSaving(ResourceSavingArgs args)
                                 throws java.lang.Exception
Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.

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