Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 119,495 for

presentation

(0.06 sec)
  1. Convert OTP to POTM using Java | products.aspos...

    Sample Java conversion code for OTP format to POTM file. Use this example code to export PowerPoint & OpenOffice Presentations to POTM within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/otp-...
  2. Convert PPS to PDF using Java | products.aspose...

    Sample Java conversion code for PPS format to PDF file. Use this example code to export PowerPoint & OpenOffice Presentations to PDF within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/pps-...
  3. Convert OTP to HTML using Java | products.aspos...

    Sample Java conversion code for OTP format to HTML file. Use this example code to export PowerPoint & OpenOffice Presentations to HTML within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/otp-...
  4. Merge POTM Files via C++ | products.aspose.com

    C++ example code to combine POTM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/potm/
  5. Merge PPT Files via C++ | products.aspose.com

    C++ example code to combine PPT documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/ppt/
  6. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...hyperlinks in PowerPoint Presentations: Links to websites inside...involving hyperlinks in presentations. You may want to check out...

    docs.aspose.com/slides/androidjava/manage-hyper...
  7. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....Manage Table Cells in Presentations with Python Contents [ Hide...Create an instance of the Presentation class. Get the table from...

    docs.aspose.com/slides/python-net/manage-cells/
  8. 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/
  9. 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/
  10. 导出图表|Aspose.Slides 文档

    在 C# 或 .NET 中从 PowerPoint 演示文稿获取图表图像...using ( Presentation presentation = new Presentation ( "test...pptx" )) { ISlide slide = presentation . Slides [ 0 ]; IChart chart...

    docs.aspose.com/slides/zh/net/export-chart/