Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 10,065 for

presentation

(0.13 sec)
  1. Chart Calculations|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....= System :: MakeObject < Presentation > ( u "test.pptx" ); auto...get_ActualHeight (); // Saving presentation pres -> Save ( u "Result...

    docs.aspose.com/slides/cpp/chart-calculations/
  2. Paragraph|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....Instantiate a Presentation object that represents a presentation file...auto presentation = System :: MakeObject < Presentation > ( u...

    docs.aspose.com/slides/cpp/paragraph/
  3. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint Presentation in C++...= System :: MakeObject < Presentation > ( u "chart.pptx" ); auto...= System :: MakeObject < Presentation > ( u "Test.pptx" ); auto...

    docs.aspose.com/slides/cpp/chart-workbook/
  4. Trend Line|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....Create an instance of the Presentation class. Obtain a slide’s...series 3. Write the modified presentation to a PPTX file. The following...

    docs.aspose.com/slides/cpp/trend-line/
  5. Render a Slide as an SVG Image in C#|Aspose.Sli...

    This article explains how to convert PowerPoint Presentation to SVG format using C#. You can convert PPT, PPTX, ODP formats into SVG images....how to convert PowerPoint Presentation to SVG format using C# ...when you need to print your presentation in a very large format ...

    docs.aspose.com/slides/net/render-a-slide-as-an...
  6. Font Substitution - PowerPoint Java API|Aspose....

    Substitute font in PowerPoint in Java...this way: Load the relevant presentation. Load the font that will...replacement. Add the rule to the presentation font replacement rule collection...

    docs.aspose.com/slides/java/font-substitution/
  7. Different File Formats and Conversions|Aspose.S...

    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....(PPT) About PPT PPT is the presentation document file format that...is the binary format for presentation documents developed by Microsoft...

    docs.aspose.com/slides/cpp/different-file-forma...
  8. 管理行和列|Aspose.Slides 文档

    在 C++ 中管理 PowerPoint 演示文稿中的表格行和列... 将第一行设置为标题 创建 Presentation 类的实例并加载演示文稿。 通过索引获取幻灯片的引用。...代码演示了如何将表格的第一行设置为其标题: // 实例化 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-rows-and-c...
  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....提供了一种简单的 API 来管理不同图表的趋势线: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...创建一个 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/trend-line/
  10. Compare Slides|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.... Presentation presentation1 = new Presentation ( "AccessSlides...); try { Presentation presentation2 = new Presentation ( "HelloWorld...

    docs.aspose.com/slides/androidjava/compare-slides/