IBasePortionFormat (مُحملة مكان)
المعلومات العامة
PptxExporter هي فئة في Aspose.Slides لـ Python. الميراث من: ExporterBase.
المصدر لـ PPTX وملفات Office Open XML ذات الصلة.
الطرق
| التوقيع | وصف |
|---|---|
__init__(target_format: str) | أبدأ المصدر PPTX. |
export_to_path(package: OpcPackage, path: str, options: Optional[Any]) | تصدير العرض إلى ملف PPTX. |
export_to_stream(package: OpcPackage, stream: BinaryIO, options: Optional[Any]) | تصدير العرض إلى تيار. |
get_supported_formats() → list[str] | احصل على جميع صيغ العرض القائمة على OPC. |