Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 143,937 for

pptx

(0.92 sec)
  1. Manage Slide Show in Python|Aspose.Slides for P...

    Learn how to manage slide shows in Aspose.Slides for Python via .NET. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , slides . export . SaveFormat . PPTX ) Enable..."output.pptx" , slides . export . SaveFormat . PPTX ) Select...

    docs.aspose.com/slides/python-net/manage-slide-...
  2. Android 上的组演示形状|Aspose.Slides 文档

    学习使用 Aspose.Slides for Android 对 PowerPoint 幻灯片中的形状进行分组和取消分组——快速、一步一步的指南,附带免费 Java 代码。... 将修改后的演示文稿另存为 PPTX 文件。 下面的示例向幻灯片添加组形状。 // 实例化 Presentation...)); // 将 PPTX 文件写入磁盘 pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/group/
  3. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...we think you should use the PPTX file format. If you want to...different things(changing the PPT to PPTX, changing the EXCEL Format to...

    forum.aspose.com/t/formatting-not-retained-whil...
  4. 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/
  5. 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/
  6. 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/
  7. 在演示文稿中使用 Java 应用形状动画|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/shape-animation/
  8. 形状动画|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中应用 PowerPoint 动画... 将演示文稿写入磁盘为 PPTX 文件。 下面的 Javascript 代码演示如何将 Fade...// 将 PPTX 文件保存到磁盘 pres . save ( path + "AnimText_out.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/shape-ani...
  9. 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/
  10. MathText|Aspose.Slides for PHP Documentation

    Work with math text in PHP using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and Pptx....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "math_text.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...