Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 10,117 for

presentation

(0.02 sec)
  1. How to Convert ODP to PPTX in Java

    This topic focuses on how to convert ODP to PPTX in Java by providing the detailed information about the environment settings and steps to execute the sample code to transform ODP to PPTX in Java....the load options for ODP presentation Set the load format as ODP...source ODP file using the Presentation class with the set load...

    kb.aspose.com/slides/java/how-to-convert-odp-to...
  2. Group|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....developers support richer presentations. Aspose.Slides for C++ supports...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/cpp/group/
  3. Converting Microsoft PowerPoint Documents into ...

    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....SharePoint option to a presentation’s menu as shown below: Installing...document menus Converting a Presentation To convert a Microsoft PowerPoint...

    docs.aspose.com/slides/sharepoint/converting-mi...
  4. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆...文稿的选定幻灯片中,请遵循以下步骤: 创建一个 Presentation 类的实例 通过使用其索引获取幻灯片的引用 使用...实例化表示PPTX的Presentation类 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/ellipse/
  5. 趋势线|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....提供了一个简单的 API 来管理不同图表的趋势线: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...以下代码用于创建一个带有趋势线的图表。 # 创建一个 Presentation 类的实例 $pres = new Presentation (); try {...

    docs.aspose.com/slides/zh/php-java/trend-line/
  6. 在 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...
  7. 在 Java 中使用自定义 PowerPoint 字体|Aspose.Slides 文档

    在 Java 中使用 PowerPoint 自定义字体...执行一些工作并进行演示文稿/幻灯片呈现 Presentation pres = new Presentation ( "DefaultFonts...memoryFont2 }); Presentation pres = new Presentation ( "MyPresentation...

    docs.aspose.com/slides/zh/java/custom-font/
  8. C++中的自定义字体|Aspose.Slides 文档

    C++中的PowerPoint自定义字体...SharedPtr < Presentation > pres = MakeObject < Presentation > ( templatePath...auto presentation = System :: MakeObject < Presentation > ( u...

    docs.aspose.com/slides/zh/cpp/custom-font/
  9. Render a Slide as an SVG Image|Aspose.Slides fo...

    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....when you need to print your presentation in a very large format ...to export slides in your presentations as SVG images. Go through...

    docs.aspose.com/slides/php-java/render-a-slide-...
  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 类对象。 在幻灯片上添加图表。 设置图表表格。...= System :: MakeObject < Presentation > ( u "test.pptx" ); auto...

    docs.aspose.com/slides/zh/cpp/chart-data-table/