Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 10,116 for

presentation

(0.04 sec)
  1. 组|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....Java 向幻灯片添加组形状的方法如下: 创建 Presentation 类的实例。 使用索引获取幻灯片的引用。 向幻灯片添加组形状。...以下示例向幻灯片添加了一个组形状。 # 实例化 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/group/
  2. Public API and Backwards Incompatible Changes i...

    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...slide bounds. Presentation pres = new Presentation (); BufferedImage...

    docs.aspose.com/slides/java/public-api-and-back...
  3. 段落|Aspose.Slides 文档

    在 C# 或 .NET 中的 PowerPoint 演示文稿中的段落和部分...实例化一个表示演示文稿文件的 Presentation 对象 using ( Presentation presentation = new...new Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...

    docs.aspose.com/slides/zh/net/paragraph/
  4. Portion|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....auto presentation = System :: MakeObject < Presentation > ( u...ExplicitCast < IAutoShape > ( presentation -> get_Slides () -> idx_get...

    docs.aspose.com/slides/cpp/portion/
  5. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint Presentations in JavaScript...Create an instance of the Presentation class. Get the table from...merged table cells in a presentation: var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  6. 图表系列|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/chart-series/
  7. 图表系列|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/chart-ser...
  8. 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/
  9. 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...
  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....实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...

    docs.aspose.com/slides/zh/java/animated-charts/