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

presentation

(0.2 sec)
  1. 备注|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中处理幻灯片备注:使用清晰的 JavaScript 示例添加、读取、编辑和导出 PPT、PPTX 和 ODP 演讲者备注。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  2. Section|Aspose.Slides for Node.js via .NET Docu...

    Manage slide sections in Aspose.Slides for Node.js via Java: create, rename, reorder, and group slides with JavaScript examples for PPT, PPTX, and ODP....] Examples for managing presentation sections—add, access, remove...{ let presentation = new aspose . slides . Presentation (); try...

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

    Master slide animations in PHP with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic Presentations in PPT, PPTX and ODP....addAnimation () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $shape...

    docs.aspose.com/slides/php-java/examples/elemen...
  4. Manage Slide Sections in Presentations with Pyt...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for Python — split, rename, and reorder to optimize PPTX and ODP workflows....Manage Slide Sections in Presentations with Python Contents [ Hide...can organize a PowerPoint presentation into sections that group...

    docs.aspose.com/slides/python-net/slide-section/
  5. Manage SmartArt Graphics in Presentations in .N...

    Automate PowerPoint SmartArt creation, editing, and styling in .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Manage SmartArt Graphics in Presentations in .NET Contents [ Hide...below: Create an instance of Presentation class. Obtain the reference...

    docs.aspose.com/slides/net/manage-smartart-shape/
  6. Add Slides to Presentations in Java|Aspose.Slid...

    Easily add slides to your PowerPoint and OpenDocument Presentations using Aspose.Slides for Java—seamless, efficient slide insertion in seconds....Add Slides to Presentations in Java Contents [ Hide ] Add a Slide...Slide to a Presentation Before talking about adding slides to...

    docs.aspose.com/slides/java/add-slide-to-presen...
  7. 幻灯片切换|Aspose.Slides 文档

    在 Aspose.Slides for Android 中掌握幻灯片切换:使用 Java 示例为 PPT、PPTX 和 ODP 演示文稿添加、定制和排列效果及持续时间。...addSlideTransition () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  8. Master Slide|Aspose.Slides for PHP Documentation

    Manage master slides in PHP with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument....addMasterSlide () { $presentation = new Presentation (); try { // Clone... $defaultMasterSlide = $presentation -> getMasters () -> get_Item...

    docs.aspose.com/slides/php-java/examples/elemen...
  9. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for C++: create, edit, convert, and style diagrams with C++ for PowerPoint and OpenDocument Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto smartArt = slide...

    docs.aspose.com/slides/cpp/examples/elements/sm...
  10. Add Picture Frames to Presentations with Python...

    Add picture frames to PowerPoint and OpenDocument Presentations with Aspose.Slides for Python via .NET. Streamline your workflow and enhance slide designs....Add Picture Frames to Presentations with Python Contents [ Hide...visually rich, accessible presentations. Create Picture Frames This...

    docs.aspose.com/slides/python-net/picture-frame/