Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 113,592 for

presentation

(0.06 sec)
  1. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint Presentations on Android in Java...Create an instance of the Presentation class. Access the relevant...object. Save the modified presentation. This Java code is an implementation...

    docs.aspose.com/slides/androidjava/manage-parag...
  2. Trend Line|Aspose.Slides for PHP 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/php-java/trend-line/
  3. Pie Chart|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....properties, do this: Instantiate Presentation class object. Add chart...options of chart. Write presentation to disk. In the example...

    docs.aspose.com/slides/androidjava/pie-chart/
  4. Merge PPTM Files using .NET | products.aspose.com

    C# source code to combine PPTM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pptm" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pptm/
  5. Manage PowerPoint Paragraph in JavaScript|Aspos...

    Create paragraphs and manage paragraph properties in PowerPoint Presentations in JavaScript...Create an instance of the Presentation class. Access the relevant...object. Save the modified presentation. This Javascript code is...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  6. Modern API|Aspose.Slides for PHP Documentation

    Modern API...follows: use aspose\slides\Presentation ; use aspose\slides\ShapeType...aspose\slides\Images ; $pres = new Presentation (); # instantiate a disposable...

    docs.aspose.com/slides/php-java/modern-api/
  7. Convert DOCX to JSON format in C++ | products.a...

    Export DOCX to JSON in C++ without using Microsoft Excel or Word...DOCX to ODP (OpenDocument Presentation Format) Convert DOCX to...(Microsoft PowerPoint Template Presentation) Convert DOCX to PPTX (Open...

    products.aspose.com/total/cpp/conversion/docx-t...
  8. Aspose.Slides for .NET 14.9.0 中的公共 API 和不兼容的变更|...

    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....使用示例: using ( Presentation pres = new Presentation ()) { ISmartArt...可以在多个节点之间共享。 using ( Presentation pres = new Presentation ()) { ISmartArt...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  9. 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....font globally across the presentation and temporary for rendering...property “FontsManager” of Presentation class has been introduced...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. 饼图|Aspose.Slides for Python 文档

    Python 中 PowerPoint 演示文稿的饼图绘图选项和切片颜色...请按照以下步骤指定属性: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的第二个绘图选项。...slides # 创建 Presentation 类的实例 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/pie-chart/