Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 241,360 for

slide

(0.31 sec)
  1. 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....allows you to add videos to a slide in a presentation in two ways:...objects) to a presentation, Aspose.Slides provides the IVideo interface...

    docs.aspose.com/slides/net/video-frame/
  2. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/PPTX) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。...Slides for .NET 中的作用,重点关注数据在演示文稿中...Presentation ()) { ISlide slide = presentation . Slides [ 0 ]; // 添加一个带默认数据的聚簇柱形图。...

    docs.aspose.com/slides/zh/net/chart-series/
  3. 图片|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中处理图片:插入、裁剪、压缩、重新着色,并使用 C# 示例导出 PPT、PPTX 和 ODP 演示文稿中的图像。...Slides for .NET 从内存图像中插入和访问图片。下面的...Presentation (); var slide = presentation . Slides [ 0 ]; // 创建一个简单的内存图像。...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. 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....Slides for .NET 15.6.0 Contents [...introduced with the Aspose.Slides for .NET 15.6.0 API. Public...

    docs.aspose.com/slides/net/public-api-and-backw...
  5. Convert DOCM to PPSM via C++ or with free Onlin...

    Export DOCM to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCM to PPSM online converter quickly before integrating the code....Slides for C++, which can be used...presentation using the Aspose.Slides for C++ API. Once the HTML...

    products.aspose.com/total/cpp/conversion/docm-t...
  6. Convert DOC to PPS via C++ or with free Online ...

    Export DOC to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to PPS online converter quickly before integrating the code....Slides for C++. With these APIs, users...Next, users can use Aspose.Slides for C++ to load the HTML and...

    products.aspose.com/total/cpp/conversion/doc-to...
  7. Embed Excel in PowerPoint using C#

    This article describes the process to embed Excel in PowerPoint using C#. It has the IDE settings, steps, and code to embed an Excel file in PowerPoint using C#....Slides Product Family Aspose.Imaging...within a specified frame in the slide. Steps to Embed an Excel File...

    kb.aspose.com/slides/net/embed-excel-in-powerpo...
  8. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample PPTX with a Slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this PPTX and want to get images of individual animated text paragraphs. Ideally, …...Slides Product Family slides-net , slides-text , slides-rendering...slides-rendering , slides-math bhav May 12, 2025, 11:00am 1 Hi...

    forum.aspose.com/t/wrong-count-of-animated-text...
  9. How to Insert Image into PowerPoint Table using...

    This topic guides on how to insert Image into PowerPoint Table using Java. It encompasses all the requisite information and a working sample code to add table image in PowerPoint using Java....Slides Product Family Aspose.Imaging...code to create and fill the slide table cell with an image that...

    kb.aspose.com/slides/java/how-to-insert-image-i...
  10. Customize Chart Legends in Presentations in .NE...

    Customize chart legends with Aspose.Slides for .NET to optimize PowerPoint presentations with tailored legend formatting....reference of the slide. Adding a chart on slide. Setting the properties...reference of the slide ISlide slide = presentation . Slides [ 0 ]; //...

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