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

presentation

(0.19 sec)
  1. 组形状|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中管理组形状:创建、嵌套、对齐、重新排序和设置组形状样式,提供 PPT、PPTX 和 ODP 演示文稿示例。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  2. 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...
  3. 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...
  4. 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/
  5. 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/
  6. 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/
  7. 音频|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 的音频示例:在 PPT、PPTX 和 ODP 演示文稿中插入、播放、裁剪和提取音频,附带清晰的 C# 代码。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 创建一个空的音频帧(音频将在稍后嵌入)。 var audioFrame...

    docs.aspose.com/slides/zh/net/examples/elements...
  8. Manage Video Frames in Presentations in .NET|As...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for .NET. Fast how-to guide....Manage Video Frames in Presentations in .NET Contents [ Hide...A well-placed video in a presentation can make your message more...

    docs.aspose.com/slides/net/video-frame/
  9. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....newImage) Presentation presentation = new Presentation ( "presentation...byte [] imageData = // ... presentation . getImages (). get_Item...

    docs.aspose.com/slides/java/public-api-and-back...
  10. Convert Presentations to HTML5 in Java|Aspose.S...

    Export PowerPoint & OpenDocument Presentations to responsive HTML5 with Aspose.Slides for Java. Preserve formatting, animations, and interactivity....Convert Presentations to HTML5 in Java Contents [ Hide ] Info...shows how you to export a presentation to HTML5 without web extensions...

    docs.aspose.com/slides/java/export-to-html5/