Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 129,310 for

presentation

(0.38 sec)
  1. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the Java Modern API for seamless PowerPoint and OpenDocument automation....as follows: Presentation pres = new Presentation (); try { IPPImage...instance of IImage to the presentation's images. ppImage = pres...

    docs.aspose.com/slides/androidjava/modern-api/
  2. Convert EPUB to POTM via Java API | products.as...

    Java API to Convert EPUB to POTM without using Microsoft Word...Load PPTX document by using Presentation class Save the document...predefined view type for your presentation. Aspose.Slides for Java...

    products.aspose.com/total/java/conversion/epub-...
  3. 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/
  4. Convert PowerPoint Presentations in Handout Mod...

    Convert Presentations to handouts in C++. Set slides per page, keep notes, export to PDF or images with Aspose.Slides, with sample code. Try it free....Convert PowerPoint Presentations in Handout Mode Using C++ Contents...the ability to convert presentations into various formats, including...

    docs.aspose.com/slides/cpp/convert-powerpoint-i...
  5. Extract Flash Objects from Presentations in Jav...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in JavaScript with Aspose.Slides, complete code samples and best practices....Extract Flash Objects from Presentations in JavaScript Contents [...Extract Flash Objects from Presentation Aspose.Slides for Node.js...

    docs.aspose.com/slides/nodejs-java/flash/
  6. 在 Android 上管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...示例展示了如何向文本添加网站超链接: Presentation presentation = new Presentation (); try...try { IAutoShape shape1 = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  7. 在 JavaScript 中从 PDF 或 HTML 导入演示文稿|Aspose.Slides...

    使用 Aspose.Slides for Node.js 将 PDF 和 HTML 文档导入 PowerPoint 和 OpenDocument 演示文稿,实现无缝、高性能的幻灯片处理。... 创建 Presentation 类的实例。 调用 addFromPdf() 方法并传入...= new aspose . slides . Presentation (); try { pres . getSlides...

    docs.aspose.com/slides/zh/nodejs-java/import-pr...
  8. Hello World Application using Aspose.Slides for...

    Create your first C++ app with Aspose.Slides, a simple Hello World example that gets you ready to automate PPT, PPTX and ODP Presentations....will create a PowerPoint presentation having Hello World text...API: Create an instance of Presentation class Obtain the reference...

    docs.aspose.com/slides/cpp/hello-world-applicat...
  9. 图片|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中处理图片:插入、裁剪、压缩、重新着色,并使用 C# 示例导出 PPT、PPTX 和 ODP 演示文稿中的图像。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 创建一个简单的内存图像。 using var bitmap...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. 档案

    档案...首先,使用 Presentation 类加载 PowerPoint 文件。 使用 Presentation->getHe...ng text) 方法设置页脚文本。 通过使用 Presentation->getHeaderFooterManag()...

    blog.aspose.com/zh/slides/add-header-and-footer...