Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 130,003 for

presentation

(0.11 sec)
  1. Convert POT to POTM using Java | products.aspos...

    Sample Java conversion code for POT 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/pot-...
  2. Convert PPSX to POT using Java | products.aspos...

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

    Sample Java conversion code for POTM format to OTP file. Use this example code to export PowerPoint & OpenOffice Presentations to OTP 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/potm...
  4. Convert PPSM to XPS using Java | products.aspos...

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

    Sample Java conversion code for POT format to PPSM file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSM 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-...
  6. Convert OTP to XPS using Java | products.aspose...

    Sample Java conversion code for OTP format to XPS file. Use this example code to export PowerPoint & OpenOffice Presentations to XPS 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. 在 Android 上的演示文稿中自定义图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 自定义图表图例,以针对性图例格式优化 PowerPoint 演示文稿。...图例定位 要设置图例属性,请按照以下步骤操作: 创建 Presentation 类的实例。 获取幻灯片的引用。 在幻灯片上添加图表。...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/chart-leg...
  8. Convert PowerPoint Slides to PNG in Java|Aspose...

    Convert PowerPoint Presentations to high-quality PNG images quickly with Aspose.Slides for Java, ensuring precise, automated results....how to convert PowerPoint presentations to PNG images using Aspose...Slides. It shows how to load presentation files in formats such as...

    docs.aspose.com/slides/java/convert-powerpoint-...
  9. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint Presentation and open that in MS PowerPoint for viewing.... In the end, a sample presentation with a line shape added...Create an empty presentation using the Presentation class object...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  10. Merge POT Files via C++ | products.aspose.com

    C++ example code to combine POT 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/pot/