Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 129,151 for

presentation

(0.15 sec)
  1. Convert PPSM to GIF using Java | products.aspos...

    Sample Java conversion code for PPSM 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/ppsm...
  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 POTM to GIF using Java | products.aspos...

    Sample Java conversion code for POTM 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/potm...
  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. 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-...
  6. Export media files into HTML file|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....below: Create an instance of Presentation class Get reference of the...transition effect Write the presentation as a PPTX file In the example...

    docs.aspose.com/slides/net/export-media-files-i...
  7. Aspose.Slides for Java 15.4.0 的公共 API 和不向后兼容的更改...

    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.... Presentation input = new Presentation (); IShapeCollection...返回幻灯片、母版幻灯片或布局幻灯片。 Presentation presentation = new Presentation (); long...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  8. 使用 Java 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...Java 中获取所需的值: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/java/chart-axis/
  9. 墨迹|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用墨迹:绘制、导入和编辑笔画,调整颜色和宽度,并使用 Java 示例导出为 PPT、PPTX 和 ODP。...accessInk () { Presentation presentation = new Presentation ( "ink.pptx"...); try { ISlide slide = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/examples/element...
  10. 在 Android 上管理演示文稿中的 OLE|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...将其嵌入到幻灯片中作为 OLE 对象框,您可以按以下方式操作: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 将 Excel...OLE 对象。 Presentation presentation = new Presentation (); SizeF...

    docs.aspose.com/slides/zh/androidjava/manage-ole/