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

presentation

(0.04 sec)
  1. Convert PPSX to SWF using Java | products.aspos...

    Sample Java conversion code for PPSX format to SWF file. Use this example code to export PowerPoint & OpenOffice Presentations to SWF 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/ppsx...
  2. Convert OTP to PPS using Java | products.aspose...

    Sample Java conversion code for OTP format to PPS file. Use this example code to export PowerPoint & OpenOffice Presentations to PPS 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-...
  3. Convert PPT to POTM using Java | products.aspos...

    Sample Java conversion code for PPT 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/ppt-...
  4. Convert POT to TIFF using Java | products.aspos...

    Sample Java conversion code for POT format to TIFF file. Use this example code to export PowerPoint & OpenOffice Presentations to TIFF 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/pot-...
  5. Convert PPS to HTML using Java | products.aspos...

    Sample Java conversion code for PPS 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/pps-...
  6. 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-...
  7. 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-...
  8. 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-...
  9. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...代码展示了如何向文本添加网页超链接: Presentation presentation = new Presentation (); try...try { IAutoShape shape1 = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  10. 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/