Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 129,130 for

presentation

(0.12 sec)
  1. 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...
  2. Import Presentations with Python|Aspose.Slides ...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument Presentations in Python with Aspose.Slides for seamless, high-performance slide processing....Import Presentations with Python Contents [ Hide ] Overview With...can import content into a presentation from other file formats...

    docs.aspose.com/slides/python-net/import-presen...
  3. 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...
  4. 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/
  5. View PPSM in C++ | products.aspose.com

    View PPSM in C++. Use C++ library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/cpp/viewer/ppsm/
  6. View PPTX in C++ | products.aspose.com

    View PPTX 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/pptx/
  7. View PPTM in C++ | products.aspose.com

    View PPTM in C++. Use C++ library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/cpp/viewer/pptm/
  8. Comment|Aspose.Slides Documentation

    Work with slide comments in Aspose.Slides for .NET: add, reply, edit, resolve, and export comments in PPT, PPTX, and ODP Presentations with C# code examples....authored by a user and save the presentation. static void AddModernComment...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/co...
  9. Connector|Aspose.Slides for PHP Documentation

    Draw and control connectors in PHP with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....addConnector () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $connector...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data Presentations....Manage Chart Data Series in Presentations in .NET Contents [ Hide...structured and visualized within presentations. These objects provide the...

    docs.aspose.com/slides/net/chart-series/