PptxExporterFactory
Overview
PptxExporterFactory is a class in Aspose.Slides FOSS for C++.
Factory for creating PPTX exporters with specific target formats. This allows the registry to create format-specific exporter instances.
This class provides 2 methods for working with PptxExporterFactory objects in C++ programs.
Available methods include: PptxExporterFactory, create_for_format.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
PptxExporterFactory() | |
create_for_format(format_value: std::string_view) → std::unique_ptr<PptxExporter> | Creates a PptxExporter for the specified format string |