PptxExporter — Aspose.Slides FOSS Java API Reference

Overview

PptxExporter exporter for PPTX and related Office Open XML formats. It inherits the full public interface of ExporterBase and may add additional members documented in the tables below. Obtain instances via the factory methods or collection properties exposed on the containing parent object. Refer to the package documentation for installation instructions and a complete list of related types.

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


Properties

PropertyTypeAccessDescription
supportedFormatsList<String>Read/WriteThe supported formats value.
targetFormatStringRead/WriteThe target format value.

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