Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 10,065 for

presentation

(0.19 sec)
  1. Compare Slides|Aspose.Slides Documentation

    Compare PowerPoint Presentation slides in C# or .NET...using ( Presentation presentation1 = new Presentation ( "AccessSlides...using ( Presentation presentation2 = new Presentation ( "HelloWorld...

    docs.aspose.com/slides/net/compare-slides/
  2. Line|Aspose.Slides for Node.js via .NET Documen...

    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....a selected slide of the presentation, please follow the steps...below: Create an instance of Presentation class. Obtain the reference...

    docs.aspose.com/slides/nodejs-java/line/
  3. How to Convert PowerPoint to Word in Python

    This simple tutorial guides on how to convert PowerPoint to Word in Python. It covers all the necessary steps, resources and a runnable sample code to transform PowerPoint into Word in Python with the help of a few API calls only....load an existing PowerPoint presentation like PPTX from the disk...PPTX presentation file from the disk using the Presentation class...

    kb.aspose.com/slides/python/how-to-convert-powe...
  4. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint Presentations in JavaScript...Create an instance of the Presentation class. Get the table from...merged table cells in a presentation: var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  5. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint Presentation in Java...numbers in slides in your presentations. Why Use Bullet Lists? Bullet...lists help you to organize and present information quickly and efficiently...

    docs.aspose.com/slides/androidjava/manage-bullet/
  6. Font Substitution - PowerPoint Java API|Aspose....

    Substitute font in PowerPoint in Java...this way: Load the relevant presentation. Load the font that will...replacement. Add the rule to the presentation font replacement rule collection...

    docs.aspose.com/slides/androidjava/font-substit...
  7. 将 PowerPoint 转换为 TIFF|Aspose.Slides for PHP 文档

    将 PowerPoint 演示文稿转换为 TIFF...将 PowerPoint 转换为 TIFF 使用 Presentation 类提供的 Save 方法,您可以快速将整个 PowerPoint...实例化一个表示演示文稿文件的 Presentation 对象 $pres = new Presentation ( "presentation...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  8. 演示文稿背景|Aspose.Slides 文档

    在 Java 中为 PowerPoint 演示文稿设置背景... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...创建 Presentation 类的实例 Presentation pres = new Presentation ( "MasterBG...

    docs.aspose.com/slides/zh/java/presentation-bac...
  9. 现代 API|Aspose.Slides 文档

    现代 API...的典型场景可能如下所示: Presentation pres = new Presentation (); try { IPPImage...使用已弃用 API 的代码: Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/zh/java/modern-api/
  10. 现代API|Aspose.Slides for PHP 文档

    现代API...的典型场景如下所示: use aspose\slides\Presentation ; use aspose\slides\ShapeType...aspose\slides\Images ; $pres = new Presentation (); # 从磁盘上的文件实例化一个可处置的 IImage...

    docs.aspose.com/slides/zh/php-java/modern-api/