Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 143,413 for

pptx

(0.7 sec)
  1. 幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、Pptx 和 ODP 演示文稿应用过渡效果。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "slide.pptx" ); try { // 按索引访问幻灯片。 let firstSlide...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  2. How to Convert PDF to PowerPoint using Java

    This tutorial contains information on how to convert PDF to PowerPoint using Java. It guides to set the environment, shares steps and a runnable sample code to change PDF to PowerPoint using Java.... Steps to Convert PDF to PPTX using Java Set the development...Aspose.PDF for Java to create PPTX Instantiate an object of PptxSaveOptions...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-po...
  3. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert Pptx to DOCX using Java....an existing presentation say PPTX or PPT and then transform it...Word file. Code to Transform PPTX to DOCX using Java This code...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  4. Extract Text from Presentations|Aspose.Slides D...

    Learn how to extract text from slides or entire presentations in Aspose.Slides for C++ and process content from PPT, Pptx and ODP programmatically....text from Microsoft PowerPoint PPTX presentations using Aspose.Slides...extract the text from a slide in a PPTX presentation, use the GetAllTextBoxes...

    docs.aspose.com/slides/cpp/extracting-text-from...
  5. 在 Android 上的演示文稿中应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘为 PPTX 文件。 下面的 Java 代码演示了如何对 AutoShape...// 将 PPTX 文件保存到磁盘 pres . save ( path + "AnimText_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/shape-ani...
  6. 使用 Java 管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 此 Java 代码演示如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/picture-frame/
  7. 使用 PHP 在演示文稿中管理图片框|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流程并增强幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 以下 PHP 代码演示如何创建图片框: # 实例化表示 PPTX 文件的 Presentation...); # 将 PPTX 文件写入磁盘 $pres -> save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/php-java/picture-frame/
  8. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....pptx" , SaveFormat . Pptx ); } Add Images from...pres . Save ( "pres.pptx" , SaveFormat . Pptx ); } Add Images to...

    docs.aspose.com/slides/net/image/
  9. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/androidjava/image/
  10. Manage Slide Show in .NET|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for .NET. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat . Pptx ); Enable Show Options.... Save ( "output.pptx" , SaveFormat . Pptx ); Select Slides to...

    docs.aspose.com/slides/net/manage-slide-show/