Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 143,437 for

pptx

(0.07 sec)
  1. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file auto pres = System :: MakeObject...-> Save ( u "table.pptx" , SaveFormat :: Pptx ); Numbering in a...

    docs.aspose.com/slides/cpp/manage-table/
  2. Aspose.Slides for Python

    该 API 允许您在 Python 代码中对 PowerPoint 文件进行各种操作,包括创建、编辑和转换等。...ODP 转换为 PPTX 如何在 Python 中将 PPT 转换为 PPTX 如何使用 Python 将 PPTX 转换为 PPT...

    kb.aspose.com/zh/slides/python/page/2/
  3. Ինչպես տպել PowerPoint-ի ներկայացումը Python-ում

    Այս քայլ առ քայլ ձեռնարկում մենք կկենտրոնանանք այն վրա, թե ինչպես տպել PowerPoint-ի ներկայացումը Python-ում, ինչպես նաև շրջակա միջավայրը կարգավորելու և աշխատանքային նմուշի կոդը ստուգելու մանրամասն քայլերը: Դուք կարող եք օգտագործել այս օրինակը Python-ի աջակցվող ցանկացած միջավայրում՝ Python-ում PPT տպելու համար՝ առանց Microsoft PowerPoint-ից որևէ կախվածության:...որևէ կախվածության: Python-ում PPTX ներկայացումը տպելու քայլեր Կարգավորեք...աղբյուրի ներկայացումը Python-ում PPTX տպելու համար՝ ստեղծելով Presentation...

    kb.aspose.com/hy/slides/python/how-to-print-pow...
  4. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat :: Pptx ); $presentation...-> save ( "output.pptx" , SaveFormat :: Pptx ); $presentation...

    docs.aspose.com/slides/php-java/manage-slide-show/
  5. Manage Slide Show in Java|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for Java. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat . Pptx ); presentation ..... save ( "output.pptx" , SaveFormat . Pptx ); presentation ....

    docs.aspose.com/slides/java/manage-slide-show/
  6. Convert CSV to POWERPOINT with C++ or with free...

    Convert CSV to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/csv-to...
  7. Clone Presentation Slides in .NET|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for .NET. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" )) { // Clone the desired slide..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } Clone a Slide...

    docs.aspose.com/slides/net/clone-slides/
  8. Clone Presentation Slides on Android|Aspose.Sli...

    Duplicate PowerPoint slides with Aspose.Slides for Android. Follow our clear Java code examples to automate PPT creation in seconds and eliminate manual work....pptx" ); try { // Clone the desired..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } finally { pres...

    docs.aspose.com/slides/androidjava/clone-slides/
  9. Clone Presentation Slides in PHP|Aspose.Slides ...

    Quickly duplicate PowerPoint slides with Aspose.Slides for PHP. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" ); try { # Clone the desired..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/clone-slides/
  10. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file $pres = new Presentation...-> save ( "table.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-table/