Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 129,295 for

presentation

(0.1 sec)
  1. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for .NET: create, clone, reorder, resize, set backgrounds, and apply transitions with C# for PPT, PPTX, and ODP Presentations....remove slides using the Presentation class. Each example below...add an empty slide to the presentation. static void AddSlide ()...

    docs.aspose.com/slides/net/examples/elements/sl...
  2. Manage VBA Projects in Presentations Using PHP|...

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

    docs.aspose.com/slides/php-java/presentation-vi...
  3. Print Presentations with Python|Aspose.Slides f...

    Print PowerPoint and OpenDocument Presentations in Python with Aspose.Slides. Learn to customize print settings and automate document output....Print Presentations with Python Contents [ Hide ] Aspose.Slides...that allow you to print presentations. The overloaded methods...

    docs.aspose.com/slides/python-net/print-present...
  4. Open Presentations in JavaScript|Aspose.Slides ...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) Presentations effortlessly with Aspose.Slides for Node.js via Java—fast, reliable, fully featured....Open Presentations in JavaScript Contents [ Hide ] Overview Beyond...Beyond creating PowerPoint presentations from scratch, Aspose.Slides...

    docs.aspose.com/slides/nodejs-java/open-present...
  5. Efficiently Merge Presentations on Android|Aspo...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations with Aspose.Slides for Android via Java, streamlining your workflow....Efficiently Merge Presentations on Android Contents [ Hide ]...people to merge PowerPoint presentations in the same format (PPT...

    docs.aspose.com/slides/androidjava/merge-presen...
  6. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for C++: add, customize, and sequence effects and durations with C++ examples for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Apply a fade transition...

    docs.aspose.com/slides/cpp/examples/elements/sl...
  7. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for C++: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear C++ examples....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto notesSlide =...

    docs.aspose.com/slides/cpp/examples/elements/note/
  8. 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...
  9. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for Android audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  10. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for Java audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/a...