Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 10,117 for

presentation

(0.03 sec)
  1. Convert PowerPoint to PNG|Aspose.Slides for Nod...

    Convert PowerPoint Presentation to PNG...these steps: Instantiate the Presentation class. Get the slide object...collection returned by the Presentation.getSlides() method under...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  2. 图表绘图区|Aspose.Slides for PHP 文档

    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 类的实例。 访问第一页幻灯片。 添加带有默认数据的图表。...获取图表元素的实际高度。 # 创建一个 Presentation 类的实例 $pres = new Presentation (); try {...

    docs.aspose.com/slides/zh/php-java/chart-plot-a...
  3. 在 VSTO 和 Aspose.Slides 中创建一个新演示文稿|Aspose.Slides 文档

    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 pres = Globals . ThisAddIn...ThisAddIn . Application . Presentations . Add ( Microsoft . Office...

    docs.aspose.com/slides/zh/net/create-a-new-pres...
  4. 安装|Aspose.Slides for Python 文档

    在 Windows、Linux 或 macOS 上通过 Java 安装 Aspose.Slides for Python...import Presentation , SaveFormat pres = Presentation () slide...import Presentation , SaveFormat pres = Presentation () slide...

    docs.aspose.com/slides/zh/python-java/installat...
  5. Embed Excel in PowerPoint using Python

    This guide describes how to embed Excel in PowerPoint using Python. It has IDE settings, steps, and a sample code to integrate Excel into PowerPoint using Python....the slide in the target presentation. Steps to Embed an Excel...PowerPoint file using the Presentation class to integrate an Excel...

    kb.aspose.com/slides/python/embed-excel-in-powe...
  6. 演示主题|Aspose.Slides 文档

    Java中的PowerPoint演示主题...以下Java代码展示了如何更改主题的强调颜色: Presentation pres = new Presentation (); try { IAutoShape...状中使用它们: Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/zh/java/presentation-theme/
  7. 导出图表|Aspose.Slides 文档

    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 pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/zh/androidjava/export-ch...
  8. Licensing|Aspose.Slides for Python Documentation

    Aspose.Slides for Python via Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....when extracting texts from presentation slides. If you want to test...asposeslides.api import Presentation , License license = License...

    docs.aspose.com/slides/python-java/licensing/
  9. 线|Aspose.Slides 文档

    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 类的实例。 使用其索引获取幻灯片的引用。 使用...PresentationEx 类 Presentation pres = new Presentation (); try { //...

    docs.aspose.com/slides/zh/java/line/
  10. How to Convert ODP to PPTX in Java

    This topic focuses on how to convert ODP to PPTX in Java by providing the detailed information about the environment settings and steps to execute the sample code to transform ODP to PPTX in Java....the load options for ODP presentation Set the load format as ODP...source ODP file using the Presentation class with the set load...

    kb.aspose.com/slides/java/how-to-convert-odp-to...