PptxExporter — Aspose.Slides FOSS Java API Reference

PptxExporter — Exporter for PPTX and related Office Open XML formats. Inherits from: ExporterBase.

Package: org.aspose.slides.foss.internal.export


Properties

PropertyTypeAccessDescription
supportedFormatsList<String>Read/Write
targetFormatStringRead/Write

Methods

MethodReturnsDescription
exportToPath(OpcPackage opcPackage, String path, ISaveOptions options)voidExport the presentation to a PPTX file.
exportToStream(OpcPackage opcPackage, OutputStream stream, ISaveOptions options)voidExport the presentation to a stream.
getSupportedFormats()List<String>Get all OPC-based presentation formats supported by this exporter.
getTargetFormat()StringGet the target format this exporter is configured for.

See Also