Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 129,271 for

presentation

(0.09 sec)
  1. Create Presentations in Python|Aspose.Slides fo...

    Create PowerPoint Presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....Create Presentations in Python Contents [ Hide ] Overview Aspose...lets you build a brand‑new presentation file entirely in code. This...

    docs.aspose.com/slides/python-net/create-presen...
  2. SmartArt|Aspose.Slides 文档

    在 Aspose.Slides for Android 中使用 SmartArt:使用 Java 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和美化图表。...addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  3. SmartArt|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用 SmartArt:使用 Java 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和设置样式图表。...addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/java/examples/element...
  4. Connector|Aspose.Slides Documentation

    Learn how to add, route, and style connectors between shapes using Aspose.Slides for Android, with Java examples for PPT, PPTX, and ODP Presentations....addConnector () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  5. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for Java MathematicalText examples: create and format equations, fractions, matrices, and symbols with Java in PPT, PPTX, and ODP Presentations....addMathText () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/m...
  6. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Python via .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Manage SmartArt Graphics in Presentations Using Python Contents [...Create an instance of the Presentation class. Get the target slide...

    docs.aspose.com/slides/python-net/manage-smarta...
  7. MathText|Aspose.Slides for PHP Documentation

    Work with math text in PHP using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX....addMathText () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // Add...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. 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...
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in JavaScript with Aspose.Slides. Load sheets and cells and use values to generate data-driven PowerPoint Presentations....Excel Data into PowerPoint Presentations Contents [ Hide ] Introduction...Introduction PowerPoint presentations are a powerful way to display...

    docs.aspose.com/slides/nodejs-java/excel-integr...
  10. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for .NET: add, customize, and sequence effects and durations with C# examples for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Apply a fade transition. slide...

    docs.aspose.com/slides/net/examples/elements/sl...