Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 129,322 for

presentations

(0.19 sec)
  1. 在 Java 中高效合并演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松合并 PowerPoint (PPT、PPTX) 和 OpenDocument (ODP) 演示文稿,简化您的工作流程。...每个 Presentation 对象都有一个 Slides 集合。因此,您可以在目标演示文稿上调用...代码演示了如何合并演示文稿: Presentation presentation1 = new Presentation ( "presentation1...

    docs.aspose.com/slides/zh/java/merge-presentation/
  2. 幻灯片|Aspose.Slides 文档

    在 Aspose.Slides for Android 中控制幻灯片:使用 Java 创建、克隆、重新排序、调整大小、设置背景,并为 PPT、PPTX 和 ODP 演示文稿应用过渡效果。...您将学习如何使用 Presentation 类添加、访问、克隆、重新排序和删除幻灯片。 下面的每个示例包括简要说明以及...addSlide () { Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/examples/...
  3. Archivio

    Archivio...in HTML usando il metodo Presentation.save(String, int, HtmlOptions)...presentazione Presentation presentation = new Presentation("presentation...

    blog.aspose.com/it/slides/convert-powerpoint-to...
  4. Arşiv

    Arşiv... Presentation.save(String, int, HtmlOptions)...Sunumu yükle Presentation presentation = new Presentation("presentation...

    blog.aspose.com/tr/slides/convert-powerpoint-to...
  5. Archivo

    Archivo...PowerPoint usando la clase Presentation . Luego, configure un tipo...actualizada usando el método Presentation.save(String, SaveFormat)...

    blog.aspose.com/es/slides/add-slide-transitions...
  6. Archivo

    Archivo...PowerPoint usando la clase Presentation . Obtenga la referencia...colección de diapositivas usando Presentation.Slides en un objeto ISlideCollection...

    blog.aspose.com/es/slides/clone-slides-in-power...
  7. 档案

    档案... 首先,使用 Presentation 类加载 PowerPoint 演示文稿。 然后,使用...TransitionType 枚举设置幻灯片过渡类型。 最后,使用 Presentation.Save(String, SaveFormat)...

    blog.aspose.com/zh/slides/add-slide-transition-...
  8. Chercher

    chercher...PowerPoint à l’aide de la classe Presentation . Ensuite, définissez un...jour à l’aide de la méthode Presentation.Save(String, SaveFormat)...

    blog.aspose.com/fr/slides/add-slide-transition-...
  9. أرشيف

    أرشيف...PowerPoint التقديمي باستخدام فئة Presentation . بعد ذلك ، اضبط نوع انتقال...التقديمي المحدث باستخدام طريقة Presentation.save (String، SaveFormat)...

    blog.aspose.com/ar/slides/add-slide-transitions...
  10. 组装幻灯片|Aspose.Slides 文档

    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....按以下步骤操作: 创建 Presentation 类的实例 通过设置对 Presentation 对象公开的 Slides(内容... 对新添加的空白幻灯片进行相应操作 最后,使用 Presentation 对象写入演示文稿文件 PresentationEx...

    docs.aspose.com/slides/zh/net/assemble-slides/