Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 10,059 for

presentation

(0.06 sec)
  1. Export Chart|Aspose.Slides Documentation

    Get chart images from PowerPoint Presentations in C# or .NET...using ( Presentation presentation = new Presentation ( "test...pptx" )) { ISlide slide = presentation . Slides [ 0 ]; IChart chart...

    docs.aspose.com/slides/net/export-chart/
  2. Custom Font in C++|Aspose.Slides Documentation

    PowerPoint custom fonts in C++...fonts that are rendered in presentations without having to install...lFonts method. Load the presentation that will be rendered. Clear...

    docs.aspose.com/slides/cpp/custom-font/
  3. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML Presentation using Python.... You can generate a new presentation and export it as HTML or...or load an existing presentation to convert it to HTML for displaying...

    kb.aspose.com/slides/python/how-to-create-power...
  4. Aspose.Slides for Java 15.4.0 的公共 API 和不兼容的变更|A...

    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.... Presentation input = new Presentation (); IShapeCollection...返回幻灯片、母版幻灯片或布局幻灯片。 Presentation presentation = new Presentation (); long...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  5. Chart Data Label|Aspose.Slides for Python Docum...

    Set PowerPoint chart data label and distance in Python... Presentation () as pres : chart = pres...of the Presentation class with slides . Presentation () as presentation...

    docs.aspose.com/slides/python-net/chart-data-la...
  6. 图片|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中处理图像。使用 Java 从磁盘或网络向 PowerPoint 幻灯片添加图像。使用 Java 向幻灯片母版或作为幻灯片背景添加图像。使用 Java 向 PowerPoint 演示文稿添加 SVG。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 在幻灯片中添加 EMF 图像。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...Java 中的幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  7. Hello World Application using Aspose.Slides|Asp...

    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....will create a PowerPoint presentation having Hello World text...API: Create an instance of Presentation class Obtain the reference...

    docs.aspose.com/slides/cpp/hello-world-applicat...
  8. How to Convert PowerPoint to SVG in Python

    In this simple article, we'll walk you through the steps for how to convert PowerPoint to SVG in Python along with the detailed configuration steps to setup the environment. By using a few lines of code, you can easily convert PPTX to SVG in Python....source presentation by using an instance of the Presentation class...converter Iterate through presentation slides to export slides...

    kb.aspose.com/slides/python/how-to-convert-powe...
  9. Aspose.Slides for Java 14.9.0 的公共 API 和向后不兼容的更改...

    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....newImage) Presentation presentation = new Presentation ( "presentation...byte [] imageData = // ... presentation . getImages (). get_Item...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  10. Watermark|Aspose.Slides for PHP Documentation

    Add text and image watermarks to PowerPoint Presentations in PHP...Watermarks A watermark in a presentation is a text or image stamp...slide or throughout all presentation slides. Usually, a watermark...

    docs.aspose.com/slides/php-java/watermark/