Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 129,276 for

presentation

(0.33 sec)
  1. 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...
  2. 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/
  3. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument Presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....Manage Picture Frames in Presentations Using Java Contents [ Hide...allow people to create presentations quickly from images. Create...

    docs.aspose.com/slides/java/picture-frame/
  4. Hyperlink|Aspose.Slides for Node.js via .NET Do...

    Add and manage hyperlinks in Aspose.Slides for Node.js: link text, shapes, and images, set targets and actions for PPT, PPTX, and ODP with examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  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. Secure Presentations with Passwords in JavaScri...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument Presentations with Aspose.Slides for Node.js via Java. Secure your Presentations....Secure Presentations with Passwords in JavaScript Contents [...password protection for presentation work? When you password...

    docs.aspose.com/slides/nodejs-java/password-pro...
  7. 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...
  8. 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...
  9. 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...
  10. Save Presentations in C++|Aspose.Slides Documen...

    Discover how to save Presentations in C++ using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....Save Presentations in C++ Contents [ Hide ] Overview Open Presentations...to use the Presentation class to open a presentation. This article...

    docs.aspose.com/slides/cpp/save-presentation/