com.aspose.words
Interface IDocumentPartSavingCallback


public interface IDocumentPartSavingCallback 

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

Method Summary
abstract voiddocumentPartSaving(DocumentPartSavingArgs args)
           Called when Aspose.Words is about to save a document part.
 

Method Detail

documentPartSaving

public abstract void documentPartSaving(DocumentPartSavingArgs args)
                                     throws java.lang.Exception
Called when Aspose.Words is about to save a document part.

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