Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 129,136 for

presentation

(0.17 sec)
  1. Section|Aspose.Slides Documentation

    Manage slide sections in Aspose.Slides for .NET: create, rename, reorder, and group slides with C# examples for PPT, PPTX, and ODP....] Examples for managing presentation sections—add, access, remove...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/se...
  2. Slide|Aspose.Slides for Node.js via .NET Docume...

    Control slides in Aspose.Slides for Node.js: create, clone, reorder, resize, set backgrounds, and apply transitions for PPT, PPTX, and ODP Presentations....remove slides using the Presentation class. Each example below...the presentation. function addSlide () { let presentation = new...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. 幻灯片|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/examples/element...
  4. Remove Slides from Presentations in Java|Aspose...

    Effortlessly remove slides from PowerPoint and OpenDocument Presentations with Aspose.Slides for Java. Get clear code examples and boost your workflow....Remove Slides from Presentations in Java Contents [ Hide ] If...Aspose.Slides provides the Presentation class that encapsulates...

    docs.aspose.com/slides/java/remove-slide-from-p...
  5. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for Java: add, customize, and sequence effects and durations with Java examples for PPT, PPTX, and ODP Presentations....addSlideTransition () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/s...
  6. Manage Video Frames in Presentations in .NET|As...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for .NET. Fast how-to guide....Manage Video Frames in Presentations in .NET Contents [ Hide...A well-placed video in a presentation can make your message more...

    docs.aspose.com/slides/net/video-frame/
  7. Manage Slide Show in Java|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....delivering professional presentations. One of the most important...allows you to tailor your presentation to specific conditions and...

    docs.aspose.com/slides/java/manage-slide-show/
  8. Section|Aspose.Slides for Python Documentation

    Manage slide sections in Python with Aspose.Slides: create, rename, reorder easily, move slides between sections, and control visibility for PPT, PPTX and ODP....] Examples for managing presentation sections—add, access, remove...slides . Presentation () as presentation : slide = presentation . slides...

    docs.aspose.com/slides/python-net/examples/elem...
  9. VBA Macro|Aspose.Slides for Node.js via .NET Do...

    Automate Presentations with Aspose.Slides for Node.js via Java: create, import, and secure VBA macros in PPT, PPTX, and ODP using clear JavaScript examples....Add a VBA Macro Create a presentation with a VBA project and a...{ let presentation = new aspose . slides . Presentation (); try...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  10. Note|Aspose.Slides for PHP Documentation

    Add, read, edit, and export speaker notes in PHP with Aspose.Slides: format text, manage notes per slide, and control visibility in PowerPoint and OpenDocument....addNote () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $notesSlide...

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