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.export is not part of the public API and may change without notice. This page is provided for reference only.


Properties

PropertyTypeAccessDescription
supportedFormatsList<String>Read/Write

Methods

MethodReturnsDescription
exportToPath(OpcPackage opcPackage, String path, ISaveOptions options)voidExport the presentation to a file path.
exportToStream(OpcPackage opcPackage, OutputStream stream, ISaveOptions options)voidExport 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)voidExport to either a file path or stream.

See Also