Aspose::Words::Saving::IDocumentPartSavingCallback interface
IDocumentPartSavingCallback interface
Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to Html or Epub format.
class IDocumentPartSavingCallback : public virtual System::Object
Methods
| Method | Description |
|---|---|
| virtual DocumentPartSaving(System::SharedPtr<Aspose::Words::Saving::DocumentPartSavingArgs>) | Called when Aspose.Words is about to save a document part. |
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| static Type() |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++