Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 10,065 for

presentation

(0.04 sec)
  1. Aspose.Slides for Java 15.10.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 pres = new Presentation ( inFileName...(); } 类别动画: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. Aspose.Slides for Java 15.10.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....要为图表添加系列动画,可以使用以下代码: Presentation pres = new Presentation ( inFileName...(); } 类别动画: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  3. Working Solution for Chart Resizing in PPTX|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....embedded as OLE in a PowerPoint Presentation through Aspose components...visual difference of the presentation between pre and post chart...

    docs.aspose.com/slides/net/working-solution-for...
  4. Rectangle|Aspose.Slides for Node.js via .NET Do...

    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....a selected slide of the presentation, please follow the steps...below: Create an instance of Presentation class. Obtain the reference...

    docs.aspose.com/slides/nodejs-java/rectangle/
  5. Shape Effective Properties|Aspose.Slides for No...

    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....frame shape has one); In presentation global text settings; those...= new aspose . slides . Presentation ( "Presentation1.pptx" );...

    docs.aspose.com/slides/nodejs-java/shape-effect...
  6. 3D 演示文稿|Aspose.Slides for Python 文档

    Python 中的 3D PowerPoint 演示文稿... Presentation () as presentation : slide = presentation . slides...save ( "sample_3d.png" ) presentation . save ( "sandbox_3d.pptx"...

    docs.aspose.com/slides/zh/python-net/3d-present...
  7. 现代 API|Aspose.Slides 文档

    现代 API...API 的典型场景如下: Presentation pres = new Presentation (); try { IPPImage...替换为新方法。 旧版: Presentation pres = new Presentation (); try { Bitmap...

    docs.aspose.com/slides/zh/androidjava/modern-api/
  8. 在 Python 中将 PowerPoint 转换为 Markdown|Aspose.Slid...

    在 Python 中将 PowerPoint 转换为 Markdown...PowerPoint 转换为 Markdown 创建一个 Presentation 类的实例以表示演示文稿对象。 使用 Save 方法将对象保存为...as slides with slides . Presentation ( "pres.pptx" ) as pres...

    docs.aspose.com/slides/zh/python-net/convert-po...
  9. 转换幻灯片|Aspose.Slides 文档

    在Java中将PowerPoint幻灯片转换为图像(位图、PNG或JPG)...格式: Presentation pres = new Presentation ( "Presentation.pptx"...方法将演示文稿的第一张幻灯片转换为位图对象: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/androidjava/convert-s...
  10. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint Presentation in C++...to a shape: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > (); SharedPtr < IShapeCollection > shapes...

    docs.aspose.com/slides/cpp/custom-shape/