Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 127,308 for

presentation

(0.11 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....can only be loaded from a presentation file and can’t be created...usage: using ( Presentation pres = new Presentation ()) { ISmartArt...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Create 3D Presentations in C++|Aspose.Slides Do...

    Generate interactive 3D Presentations in C++ with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....Create 3D Presentations in C++ Contents [ Hide ] Overview Since...auto presentation = System :: MakeObject < Presentation > ();...

    docs.aspose.com/slides/cpp/3d-presentation/
  3. Set Caption to OLE Icon|Aspose.Slides Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); // Add an OLE...

    docs.aspose.com/slides/cpp/set-caption-to-ole-i...
  4. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your Presentation data....Manage Chart Workbooks in Presentations on Android Contents [ Hide...sample operation: Presentation pres = new Presentation ( "chart.pptx"...

    docs.aspose.com/slides/androidjava/chart-workbook/
  5. Create Presentations in Java|Aspose.Slides Docu...

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

    docs.aspose.com/slides/java/create-presentation/
  6. Convert PowerPoint Presentations to Markdown on...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for Android via Java, automate documentation and keep formatting....Convert PowerPoint Presentations to Markdown on Android Contents...of the Presentation class to represent a presentation object...

    docs.aspose.com/slides/androidjava/convert-powe...
  7. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for Java, automate documentation and keep formatting....Convert PowerPoint Presentations to Markdown in Java Contents...of the Presentation class to represent a presentation object...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. Chart|Aspose.Slides for Python Documentation

    Create and customize charts in Python with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides..., 50 , 50 , 400 , 300 ) presentation . save ( "chart.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Video|Aspose.Slides for Python Documentation

    Work with video in Python using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export Presentations for PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...320 , 240 , "video.mp4" ) presentation . save ( "video.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Customize Chart Axes in Presentations Using Jav...

    Discover how to use Aspose.Slides for Java to customize chart axes in PowerPoint Presentations for reports and visualizations....Customize Chart Axes in Presentations Using Java Contents [ Hide...Create an instance of the Presentation class. Access the first...

    docs.aspose.com/slides/java/chart-axis/