Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 10,116 for

presentation

(0.03 sec)
  1. 形状格式设置|Aspose.Slides 文档

    在 Java 中格式化 PowerPoint 演示文稿中的形状...以下步骤概述了这样的过程: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 向幻灯片添加一个...实例化一个代表演示文稿文件的演示文稿类 Presentation pres = new Presentation (); try { //...

    docs.aspose.com/slides/zh/androidjava/shape-for...
  2. How to Create a Pie Chart in PowerPoint using Java

    This brief tutorial guides on how to create a pie chart in PowerPoint using Java. It contains crisp set of steps by following that you can configure the environment and write the application to make a pie chart in PowerPoint using Java....repository Create a new Presentation object Get the first slide...values on the chart Save the presentation on the disk These steps...

    kb.aspose.com/slides/java/how-to-create-a-pie-c...
  3. 在演示文稿中更改形状的填充颜色|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 . SlideIdList . ChildElements...我们需要遵循以下步骤来填充演示文稿中的形状: 创建 Presentation 类的实例。 通过使用其索引获取幻灯片的引用。 向幻灯片添加...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  4. 管理单元格|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿中的表格单元格...Contents [ Hide ] 识别合并的表格单元格 创建 Presentation 类的实例。 从第一个幻灯片获取表格。 遍历表格的行和列以查找合并的单元格。...代码向您展示了如何识别演示文稿中的合并表格单元格: $pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/zh/php-java/manage-cells/
  5. Portion|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....represents the PPTX $pres = new Presentation (); try { # Reshaping the...the context of presentation $shape = $pres -> getSlides () ->...

    docs.aspose.com/slides/php-java/portion/
  6. 趋势线|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/java/trend-line/
  7. 在 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...
  8. 获取幻灯片中的所有文本|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 != null ) { // 从演示部分获取演示文稿对象。...从演示部分获取演示文稿对象。 Presentation presentation = presentationPart . Presentation...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  9. 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/java/working-solution-fo...
  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 类对象。 在幻灯片上添加图表。 设置图表表格。...下面给出示例代码。 // 创建空演示文稿 Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/zh/androidjava/chart-dat...