Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 143,437 for

pptx

(0.42 sec)
  1. C++ API to Convert SVG to POTX | products.aspos...

    Convert SVG to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...for C++, you can export SVG to PPTX, which is a presentation format...Slides for C++, you can convert PPTX to POTX. Both APIs are included...

    products.aspose.com/total/cpp/conversion/svg-to...
  2. C++ API to Convert MD to SWF | products.aspose.com

    Convert MD to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...which can help you export MD to PPTX. The second API is Aspose.Slides... which can help you convert PPTX to SWF. Both of these APIs are...

    products.aspose.com/total/cpp/conversion/md-to-...
  3. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...the presentation to disk as a PPTX file. This C# code shows you...ByLevelParagraphs1 ; // Save the PPTX file to disk pres . Save ( path...

    docs.aspose.com/slides/net/shape-animation/
  4. Convert PS to OTP via Java API | products.aspos...

    Java API to Convert PS to OTP without using Microsoft Word...enables developers to export PS to PPTX. This API provides a wide range...variety of formats, including PS, PPTX, and OTP. Once the PS document...

    products.aspose.com/total/java/conversion/ps-to...
  5. 使用 PHP 管理演示文稿中的表格单元格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式化单元格,实现无缝的幻灯片自动化。...pptx" ); try { $table = $pres ->...将修改后的演示文稿保存为 PPTX 文件。 以下 PHP 代码展示了如何移除表格单元格的边框: # 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/php-java/manage-cells/
  6. C++ API to Convert MHTML to POWERPOINT | produc...

    Convert MHTML to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...C++, you can export MHTML to PPTX. Aspose.PDF for C++ is a powerful...MHTML to PPTX. Once you have exported MHTML to PPTX, you can...

    products.aspose.com/total/cpp/conversion/mhtml-...
  7. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....the modified presentation to a PPTX file. This C++ code shows you..."SetChartSeriesOverla_out.pptx" , SaveFormat :: Pptx ); Change the Data...

    docs.aspose.com/slides/cpp/chart-series/
  8. 章节|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片章节:轻松创建、重命名、重新排序,移动幻灯片到不同章节,并控制 PPT、Pptx 和 ODP 的可见性。...pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "section.pptx" ); try { // 通过索引访问章节。 $section...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  9. Replacing Images inside Presentation Image Coll...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the modified presentation as a PPTX file. //Instantiate the presentation...Presentation ( "presentation.pptx" ); //the first way byte []...

    docs.aspose.com/slides/java/replacing-images-in...
  10. 使用 Java 在 PowerPoint 演示稿中管理 SmartArt|Aspose.Sli...

    了解如何使用 Aspose.Slides for Java 通过清晰的代码示例构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。...pptx" ); try { ISlide slide = pres...LayoutType 更改为 BasicProcess。 将演示文稿保存为 PPTX 文件。 在下面的示例中,我们在两个形状之间添加了连接线。...

    docs.aspose.com/slides/zh/java/manage-smartart/