Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 128,674 for

pptx

(0.04 sec)
  1. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index in Python...pptx" ) as pres : # Accesses a slide..."modified_out.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/remove-slide-...
  2. Chart Legend|Aspose.Slides Documentation

    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....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-legend/
  3. Aspose.Slides for Java

    此 API 有助于在 Java 应用程序中创建、转换、编辑和打印 PowerPoint 演示文稿,而无需使用 Microsoft PowerPoint。...Java 最新答案 如何在 Java 中将 PPT 转换为 PPTX 如何使用 Java 将超链接添加到 PowerPoint...PowerPoint 中的图像 如何在 Java 中将 PPTX 转换为 PPT 如何在 Java 中将 PNG 转换为 PowerPoint...

    kb.aspose.com/zh/slides/java/page/2/
  4. 图片框|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加图片框...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码向您展示如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/picture-f...
  5. 形状动画|Aspose.Slides 文档

    在 C++ 中应用 PowerPoint 动画... 将演示文稿写入磁盘作为 PPTX 文件。 以下 C++ 代码展示了如何将 Fade 效果应用于自动形状并将文本动画设置为...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/zh/cpp/shape-animation/
  6. Text Formatting|Aspose.Slides for Node.js via ....

    Manage and manipulate text and text frame properties in JavaScript...pptx" ); try { var textHighlightingOpti...ghlight.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  7. 形状格式设置|Aspose.Slides 文档

    在 Java 中格式化 PowerPoint 演示文稿中的形状... 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示了格式化矩形 AutoShape...); // 将 PPTX 文件写入磁盘 pres . save ( "RectShpLn_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/shape-for...
  8. Remove Slide from Presentation|Aspose.Slides Do...

    Remove slide from PowerPoint by reference or index in C++...pptx" ; const String outPath = L..."../out/RemoveSlidesByRefere.pptx" ; // Instantiates a Presentation...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...
  9. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to Pptx converter in Java....sample code to write a PNG to PPTX converter in Java . The sample...macOS. Steps to Convert PNG to PPTX in Java Configure the application...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  10. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....the modified presentation as a PPTX file. This Java code demonstrates...= new Presentation ( "Fonts.pptx" ); try { // Loads the source...

    docs.aspose.com/slides/androidjava/font-replace...