Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 10,065 for

presentation

(0.33 sec)
  1. 段落|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/paragraph/
  2. 组|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/
  3. Chart Formatting|Aspose.Slides for PHP Document...

    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....Create an instance of the Presentation class. Obtain a slide’s...color Write the modified presentation to a PPTX file # Create...

    docs.aspose.com/slides/php-java/chart-formatting/
  4. 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/python-net/render-a-slid...
  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 pres = new Presentation (); try { Chart...validateChartLayout() 。 Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/androidjava/chart-cal...
  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.... Presentation pres = new Presentation (); try { Chart...,以便用实际值填充属性。 Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/java/chart-calculations/
  7. Bubble Chart|Aspose.Slides Documentation

    Bubble chart size in PowerPoint Presentations in C# or .NET... using ( Presentation pres = new Presentation ()) { IChart...below. using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/net/bubble-chart/
  8. How to Create a Table in PowerPoint using Python

    This simple topics guides on how to create a table in Powerpoint using Python. It covers all the required information and a runnable sample code to add table in PowerPoint using Python....table cell and save the presentation on the disk either in a...a new blank presentation using the Presentation class and access...

    kb.aspose.com/slides/python/how-to-create-a-tab...
  9. How to Create a Table in PowerPoint using C#

    This article guides on how to create a table in Powerpoint using C#. It contains all the necessary information and a runnable sample code to add table in PowerPoint using C#....table and save the resultant presentation on the disk in PPT , PPTX...Create a new presentation using the Presentation class and access...

    kb.aspose.com/slides/net/how-to-create-a-table-...
  10. 演示文稿背景|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 演示文稿的背景... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...的背景: // 创建 Presentation 类的实例 using ( Presentation pres = new...

    docs.aspose.com/slides/zh/net/presentation-back...