PptxExporterFactory
Overview
PptxExporterFactory is a class in Aspose.Slides for CPP.
Inherits from: PptxExporterFactory.
Factory for creating PPTX exporters with specific target formats. This allows the registry to create format-specific exporter instances.
Methods
| Signature | Description |
|---|---|
create_for_format(format_value: std::string_view) → std::unique_ptr<PptxExporter> | Creates a PptxExporter for the specified format string |