Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 10,117 for

presentation

(0.08 sec)
  1. Compare Slides|Aspose.Slides for PHP Documentation

    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.... $presentation1 = new Presentation ( "AccessSlides.pptx" );...try { $presentation2 = new Presentation ( "HelloWorld.pptx" ); try...

    docs.aspose.com/slides/php-java/compare-slides/
  2. 图表系列|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿中的图表系列... 创建 Presentation 类的实例。 在幻灯片上添加聚类柱状图。 访问第一个图表系列。...代码显示如何设置图表系列的重叠: $pres = new Presentation (); try { # 添加图表 $chart...

    docs.aspose.com/slides/zh/php-java/chart-series/
  3. Paragraph|Aspose.Slides Documentation

    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 ( "HelloWorld...described operation: Presentation pres = new Presentation ( "source.pptx"...

    docs.aspose.com/slides/java/paragraph/
  4. 部分|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....实例化表示 PPTX 的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/portion/
  5. 管理 SmartArt 形状节点|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 演示文稿中的 Smart 节点和子节点... 创建一个 Presentation 类的实例,并加载带有 SmartArt 形状的演示文稿。...加载所需的演示文稿 with slides . Presentation ( path + "AddNodes.pptx"...

    docs.aspose.com/slides/zh/python-net/manage-sma...
  6. Product Overview|Aspose.Slides Documentation

    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....allows you to save your presentations in a variety of ways. For...example, you can save your presentations in PPT; you can also save...

    docs.aspose.com/slides/androidjava/product-over...
  7. 新的 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspo...

    在 C# 或 .NET 中导出 PowerPoint HTML... Presentation 类实例可以与一组模板一起使用,以获取作为导出结果的...文件,然后将演示文稿导出到该文件中: using ( Presentation pres = new Presentation ()) { IAutoShape...

    docs.aspose.com/slides/zh/net/web-extensions/
  8. Convert OpenOffice ODP|Aspose.Slides for Node.j...

    Convert ODP to PDF, ODP to PPT, ODP to PPTX, ODP to HTML in JavaScript...to convert OpenOffice ODP presentation to many types. The API to...the source file on the ODP presentation file: Convert ODP to HTML...

    docs.aspose.com/slides/nodejs-java/convert-open...
  9. Convert OpenOffice ODP|Aspose.Slides Documentation

    Convert ODP to PDF, ODP to PPT, ODP to PPTX, ODP to HTML in Java...to convert OpenOffice ODP presentation to many types. The API to...the source file on the ODP presentation file: Convert ODP to HTML...

    docs.aspose.com/slides/androidjava/convert-open...
  10. 管理缩放|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加缩放或缩放框...您可以通过以下方式在幻灯片上添加缩放框: 创建 Presentation 类的实例。 创建您打算链接缩放框的新幻灯片。 为创建的幻灯片添加标识文本和背景。...代码演示如何在幻灯片上创建缩放框: Presentation pres = new Presentation (); try { //向演示文稿添加新幻灯片...

    docs.aspose.com/slides/zh/java/manage-zoom/