Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 144,291 for

pptx

(1.93 sec)
  1. Format PowerPoint Text in Java|Aspose.Slides Do...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Customize fonts, colors, alignment, and more....pptx" ); try { TextHighlightingOpti..."OutputPresentation-highlight.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/text-formatting/
  2. Group Presentation Shapes in PHP|Aspose.Slides ...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for PHP via Java — fast, step-by-step guide with free code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk $pres -> save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/group/
  3. Convert JSON Format to PPS in Android Apps | pr...

    Parse JSON to PPS in Android Applications without using Microsoft PowerPoint...Java, you can parse JSON to PPTX. This API provides a wide range...various file formats, including PPTX. After that, you can use Aspose...

    products.aspose.com/total/android-java/conversi...
  4. Convert JSON Format to POTX via C++ | products....

    Parse JSON to POTX in C++ without using Microsoft PowerPoint...developers can parse JSON to PPTX. This API provides a wide range... Once the JSON is parsed to PPTX, Aspose.Slides for C++ can be...

    products.aspose.com/total/cpp/conversion/json-t...
  5. 备注|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中处理幻灯片备注:使用清晰的 JavaScript 示例添加、读取、编辑和导出 PPT、Pptx 和 ODP 演讲者备注。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "note.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  6. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "table.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  7. Animation|Aspose.Slides for PHP Documentation

    Master slide animations in PHP with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "animation.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. Manage SmartArt in PowerPoint Presentations in ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for .NET using clear C# code samples that speed up slide design and automation....pptx" )) { ISlide slide = pres ....Write the presentation as a PPTX file. In the example given below...

    docs.aspose.com/slides/net/manage-smartart/
  9. How to Convert PowerPoint to Tiff using Python

    This topic is about how to convert Presentation to TIFF using Python along with the detailed steps to set up the environment and verify the working sample code. You can also consider converting PPT to TIFF in Python using the same example code provided in this topic....in your project for exporting PPTX to TIFF Load the source presentation...Save method in Python converts PPTX to TIFF The above steps convert...

    kb.aspose.com/slides/python/how-to-convert-powe...
  10. How to Hide a Slide in Presentation using C#

    We'll guide you through the steps in C# for how to hide a slide in Presentation using C#. By using a few lines of easy code you can hide a PPT slide using C#....Interop library for hiding a PPTX slide in C# . The application...presentation. Steps to Hide a Slide in PPTX in C# Set up your application...

    kb.aspose.com/slides/net/how-to-hide-a-slide-in...