Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 10,116 for

presentation

(0.06 sec)
  1. Aspose.Slides for Java 15.1.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 类的新方法 getFontsManager()。FontsManager...以下示例展示如何在演示文稿中替换字体: Presentation pres = new Presentation ( "PresContainsArialFon...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. 趋势线|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....提供了一个简单的 API 来管理不同图表的趋势线: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/trend-line/
  3. 管理占位符|Aspose.Slides 文档

    在C++中更改PowerPoint演示文稿中的占位符文本和提示文本...Slides在该演示文稿中替换占位符中的文本: 实例化 Presentation 类并将演示文稿作为参数传递。 通过索引获取幻灯片引用。...SharedPtr < Presentation > pres = MakeObject < Presentation > ( templatePath...

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  4. Aspose.Slides for Java 14.8.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 (); IChart chart...图受幻灯片边界的限制。 Presentation pres = new Presentation (); BufferedImage...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  5. 图表格式化|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 类的实例。 通过索引获取幻灯片的引用。 添加具...an instance of Presentation class Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/java/chart-formatting/
  6. 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/androidjava/paragraph/
  7. 将 PowerPoint 转换为 PNG|Aspose.Slides 文档

    将 PowerPoint 演示文稿转换为 PNG...PNG 请遵循以下步骤: 实例化 Presentation 类。 从 Presentation::get_Slides() 集合中获取...= System :: MakeObject < Presentation > ( u "pres.pptx" ); for...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  8. Superscript and Subscript|Aspose.Slides for Nod...

    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....example: Create an instance of Presentation class. Obtain the reference...collection of paragraph. Save the presentation as a PPTX file. The implementation...

    docs.aspose.com/slides/nodejs-java/superscript-...
  9. Data Points of Treemap and Sunburst Chart|Aspos...

    Sunburst Graph, Sunburst Diagram, Sunburst Chart, Radial Chart, Radial Graph or Multi Level Pie Chart with Aspose.Slides for Java....to the presentation: Presentation pres = new Presentation (); try...“Steam 4” branch: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/java/data-points-of-tree...
  10. 线|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/androidjava/line/