PptxExporter

General

PptxExporter és una classe en Aspose.Slides FOSS per a C++.

Exportador per a PPTX i format XML obert d’Office relacionats. Suporta: - PP TX: presentació estàndard PowerPoint -PP TM: representació amb macro habilitada - PPS X: PowerPoint mostra (obre en mode de diapositiva) -PPSM: demostració con macros habilitat - POTx: plantilla PowerPoint -POTM: Plantilla amb macres Aquests formats són tots paquets OPC amb diferents tipus de contingut per la part principal de la presentación.

Mètodes

SignatureDescription
export_to_path(package: opc::OpcPackage, path: std::string_view)Export the presentation to a PPTX file.
export_to_stream(package: opc::OpcPackage, stream: std::ostream)Export the presentation to a stream.
get_supported_formats()std::vector<std::string>Get all OPC-based presentation formats.
 Català