Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 10,065 for

presentation

(0.03 sec)
  1. 图表工作簿|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿中的图表工作簿...代码演示了一个示例操作: $pres = new Presentation ( "chart.pptx" ); try {...} 将工作簿单元格设置为图表数据标签 创建一个 Presentation 类的实例。 通过其索引获取幻灯片的引用。 添加一个带有一些数据的气泡图。...

    docs.aspose.com/slides/zh/php-java/chart-workbook/
  2. Embed Excel in PowerPoint using Java

    This short guide explains how to embed Excel in PowerPoint using Java. It shares the IDE settings, steps, and code to embed Excel workbook in PowerPoint using Java....Excel file Create or load a Presentation for inserting Excel into...in the slide and save the presentation These steps explain how...

    kb.aspose.com/slides/java/embed-excel-in-powerp...
  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....ErrorBarCustomValues 属性: 创建一个 Presentation 类的实例。 在所需幻灯片上添加气泡图。 访问第一个图表系列并设置误差线...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/error-bar/
  4. Callout|Aspose.Slides for Python 文档

    Python中的PowerPoint图表调用和数据标签... Presentation () as presentation : chart = presentation . slides...show_label_as_data_callout = False presentation . save ( "DisplayChartLabels_out...

    docs.aspose.com/slides/zh/python-net/callout/
  5. 在 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....pptx" ; Presentation pres = Application . Presentations . Open...格执行一些基本操作,请按照以下步骤操作: 创建 Presentation 类的实例 通过使用其索引获取幻灯片的引用 定义带宽度的列数组...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  6. 形状格式设置|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/shape-for...
  7. Chart Data Marker|Aspose.Slides for PHP Documen...

    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....steps below: Instantiate Presentation class. Creating the default...Add new data point. Write presentation to disk. In the example...

    docs.aspose.com/slides/php-java/chart-data-marker/
  8. How to Insert Signature in PowerPoint using Python

    This article provides details about how to insert signature in PowerPoint using Python. All the details related to the configuration, program flow, and a runnable sample code to add digital signature to PowerPoint using Python are provided....before adding it to the presentation and saving it as a PPTX...Python via .NET to sign a presentation Instantiate the DigitalSignature...

    kb.aspose.com/slides/python/how-to-insert-signa...
  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. 打开演示文稿 - C++ PowerPoint API|Aspose.Slides 文档

    在 C++ 中打开或加载演示文稿 PPT, PPTX, ODP...打开演示文稿 要打开现有的演示文稿,您只需实例化 Presentation 类并将文件路径(您要打开的演示文稿的路径)传递给其构造函数。...dataDir = u "" ; // 实例化 Presentation 类并将文件路径传递给其构造函数 auto pres...

    docs.aspose.com/slides/zh/cpp/open-presentation/