PptxExporter Aspose.Slides FOSS Java API Referència
General
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.
PptxExporter exportador per PPTX i format Open XML d’Office relacionats. Hereta l’interfície pública completa de ⌒ExporterBase` i pot afegir membres addicionals documentats en les taules següents. Obteniu instàncies mitjançant els mètodes de fàbrica o propietats de col·lecció exposades a l ‘objecte principal que conté. Consulteu la documentació del paquet per instruccions d ‘instal·lació i una llista completa dels tipus relacionat.
Package: org.aspose.slides.foss.internal.export
Propietats
| Property | Type | Access | Description |
|---|---|---|---|
supportedFormats | List<String> | Read/Write | The supported formats value. |
targetFormat | String | Read/Write | The target format value. |
Mètodes
| Method | Returns | Description |
|---|---|---|
exportToPath(OpcPackage opcPackage, String path, ISaveOptions options) | void | Export the presentation to a PPTX file. |
exportToStream(OpcPackage opcPackage, OutputStream stream, ISaveOptions options) | void | Export the presentation to a stream. |
getSupportedFormats() | List<String> | Get all OPC-based presentation formats supported by this exporter. |
getTargetFormat() | String | Get the target format this exporter is configured for. |
Veure també
- Aspose.Slides FOSS Java API Referència de casa