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 1 method for working with PptxExporterFactory objects in Go programs.
Available methods include: create_for_format.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Methods
| Signature | Description |
|---|---|
create_for_format(format_value: std::string_view) → std::unique_ptr<PptxExporter> | Creates a PptxExporter for the specified format string |