Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 129,285 for

presentation

(0.08 sec)
  1. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear C# code....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Create an empty audio frame...

    docs.aspose.com/slides/net/examples/elements/au...
  2. 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/
  3. 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/
  4. 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/
  5. VbaMacro|Aspose.Slides for Python Documentation

    Work with VBA macros in Python 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...with slides . Presentation () as presentation : # Initialize...

    docs.aspose.com/slides/python-net/examples/elem...
  6. 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...
  7. 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...
  8. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument Presentations accurately....callbacks when rendering presentation slides. Follow these steps...HtmlOptions , and others. Load a presentation that uses a font not available...

    docs.aspose.com/slides/java/getting-warning-cal...
  9. Chart|Aspose.Slides Documentation

    Master charts with Aspose.Slides for Java: create, format, bind data, and export charts in PPT, PPTX, and ODP with Java examples....addChart () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/c...
  10. OleObject|Aspose.Slides for PHP Documentation

    Work with OLE objects in PHP using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, PPTX and ODP....into a presentation. function addOleObject () { $presentation = new...new Presentation (); try { $slide = $presentation -> getSlides...

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