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

presentation

(0.44 sec)
  1. OLE Object|Aspose.Slides Documentation

    Handle OLE objects in Aspose.Slides for Java: insert, link, update, and extract embedded content with Java in PPT, PPTX, and ODP Presentations....Embed a PDF file into the presentation. static void addOleObject...IOException { Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/java/examples/elements/o...
  2. VBA Macro|Aspose.Slides Documentation

    Automate Presentations with Aspose.Slides for .NET: create, run, import, and secure VBA macros in PPT, PPTX, and ODP using clear C# examples....Add a VBA Macro Create a presentation with a VBA project and a...using var presentation = new Presentation (); presentation . VbaProject...

    docs.aspose.com/slides/net/examples/elements/vb...
  3. Note|Aspose.Slides for Python Documentation

    Add, read, edit, and export speaker notes in Python with Aspose.Slides: format text, manage notes per slide, and control visibility in PowerPoint and OpenDocument.... Presentation () as presentation : slide = presentation . slides...notes_text_frame . text = "My note" presentation . save ( "note.pptx" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  4. Layout Slide|Aspose.Slides for Node.js via .NET...

    Master layout slides in Aspose.Slides for Node.js: choose, apply, and customize slide layouts, placeholders, and masters with examples for PPT, PPTX, and ODP Presentations....up unused ones to reduce presentation size. Add a Layout Slide...{ let presentation = new aspose . slides . Presentation (); try...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  5. Manage VBA Projects in Presentations on Android...

    Discover how to generate and manipulate PowerPoint and OpenDocument Presentations via VBA with Aspose.Slides for Android via Java to streamline your workflow....Manage VBA Projects in Presentations on Android Contents [ Hide...Note When you convert a presentation containing macros to a different...

    docs.aspose.com/slides/androidjava/presentation...
  6. View POTX in C++ | products.aspose.com

    View POTX in C++. Use C++ library API to open and view PowerPoint Presentation...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/cpp/viewer/potx/
  7. View OTP in C++ | products.aspose.com

    View OTP in C++. Use C++ library API to open and view OpenOffice Presentation...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/cpp/viewer/otp/
  8. 备注|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/...
  9. 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...
  10. VbaMacro|Aspose.Slides for PHP Documentation

    Work with VBA macros in PHP using Aspose.Slides: add or edit projects and modules, sign or remove macros, and save Presentations in PPT, PPTX and ODP....Add a VBA Macro Create a presentation with a VBA project and a...addVbaMacro () { $presentation = new Presentation (); try { $presentation...

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