Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 113,620 for

presentation

(0.08 sec)
  1. Convert POT to GIF using Java | products.aspose...

    Sample Java conversion code for POT format to GIF file. Use this example code to export PowerPoint & OpenOffice Presentations to GIF within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pot-...
  2. Convert POTM to PNG using Java | products.aspos...

    Sample Java conversion code for POTM format to PNG file. Use this example code to export PowerPoint & OpenOffice Presentations to PNG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/potm...
  3. Convert POT to JPEG using Java | products.aspos...

    Sample Java conversion code for POT format to JPEG file. Use this example code to export PowerPoint & OpenOffice Presentations to JPEG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pot-...
  4. Convert PPT to JPEG using Java | products.aspos...

    Sample Java conversion code for PPT format to JPEG file. Use this example code to export PowerPoint & OpenOffice Presentations to JPEG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/ppt-...
  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....Slides for Java 获取 Presentation 中标签的值: Presentation pres = new Presentation...Slides for Java 向 Presentation 添加标签: Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/java/managing-tags-an...
  6. Convert FLATOPC to PPS via C++ or with free Onl...

    Export FLATOPC to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPS online converter quickly before integrating the code....tabular format, while PPS is a presentation format used to create slideshows...necessary to ensure that data is presented in the most effective way...

    products.aspose.com/total/cpp/conversion/flatop...
  7. New HTML Export System - Aspose.Slides.WebExten...

    PowerPoint HTML export in C# or .NET...for exporting PowerPoint presentations to HTML, you get to customize...you can export an entire presentation into HTML with a set of...

    docs.aspose.com/slides/net/web-extensions/
  8. Merge POT Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/pot/
  9. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....empty PowerPoint presentation using the Presentation class object...to add a Pie chart in the presentation Access the default first...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  10. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint Presentations in C++...Create an instance of the Presentation class. Get the table from...merged table cells in a presentation: auto pres = System :: MakeObject...

    docs.aspose.com/slides/cpp/manage-cells/