ExporterBase — Aspose.Slides FOSS Java API Reference
ExporterBase — Abstract base class for presentation format exporters.
Package: org.aspose.slides.foss.internal.export
Note: This is an internal implementation class. Do not import or use it directly — the package
org.aspose.slides.foss.internal.exportis not part of the public API and may change without notice. This page is provided for reference only.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
supportedFormats | List<String> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
exportToPath(OpcPackage opcPackage, String path, ISaveOptions options) | void | Export the presentation to a file path. |
exportToStream(OpcPackage opcPackage, OutputStream stream, ISaveOptions options) | void | Export the presentation to a binary stream. |
getSupportedFormats() | List<String> | Get the list of SaveFormat values this exporter supports. |
export(OpcPackage opcPackage, Object destination, ISaveOptions options) | void | Export to either a file path or stream. |