Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 129,330 for

presentation

(0.07 sec)
  1. Convert OTP to PPSM using Java | products.aspos...

    Sample Java conversion code for OTP 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/otp-...
  2. Convert PPSM to POTM using Java | products.aspo...

    Sample Java conversion code for PPSM 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/ppsm...
  3. Convert PPT to PPSX using Java | products.aspos...

    Sample Java conversion code for PPT format to PPSX file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSX 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 PPSX to PPSM using Java | products.aspo...

    Sample Java conversion code for PPSX 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/ppsx...
  5. Convert PPT to SWF using Java | products.aspose...

    Sample Java conversion code for PPT 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/ppt-...
  6. Aspose.Slides for Python via .NET Not Releasing...

    We have a requirement where we have to merge slides from multiples Presentation into a single Presentation. But when we load the Presentation using with statement and exit the with statement the memory loaded by the pres…...multiples presentation into a single presentation. But when we...we load the presentation using with statement and exit the with...

    forum.aspose.com/t/aspose-slides-for-python-via...
  7. Merge PPSM Files via C++ | products.aspose.com

    C++ example code to combine PPSM 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/ppsm/
  8. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) Presentations with precise control....shows how to read a sample presentation with some text on the first...following steps: Open the source presentation. Access the first slide...

    docs.aspose.com/slides/net/format-text-using-vs...
  9. Customize Chart Axes in Presentations with Pyth...

    Discover how to use Aspose.Slides for Python via .NET to customize chart axes in PowerPoint and OpenDocument Presentations for reports and visualizations....Customize Chart Axes in Presentations with Python Contents [ Hide...Create an instance of the Presentation class. Access the first...

    docs.aspose.com/slides/python-net/chart-axis/
  10. 使用 Java 在演示文稿中管理图表工作簿|Aspose.Slides 文档

    了解适用于 Java 的 Aspose.Slides:轻松在 PowerPoint 和 OpenDocument 格式中管理图表工作簿,以简化演示文稿数据。...代码演示了一个示例操作: Presentation pres = new Presentation ( "chart.pptx"...(); } 将工作簿单元格设为图表数据标签 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个气泡图并提供一些数据。...

    docs.aspose.com/slides/zh/java/chart-workbook/