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

presentation

(0.13 sec)
  1. Merge OTP Files via C++ | products.aspose.com

    C++ example code to combine OTP 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/otp/
  2. 在 Android 上将 PowerPoint 演示文稿转换为视频|Aspose.Slides 文档

    了解如何在 Java 中将 PowerPoint 演示文稿转换为视频。探索示例代码和自动化技术,以简化您的工作流程。...稿转换为视频: Presentation presentation = new Presentation (); try...添加笑脸形状并进行动画处理 IAutoShape smile = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  3. Customize Chart Data Tables in Presentations Us...

    Customize chart data tables in JavaScript for PPT and PPTX with Aspose.Slides for Node.js via Java to boost efficiency and appeal in Presentations....Customize Chart Data Tables in Presentations Using JavaScript Contents...series color. Instantiate Presentation class object. Add chart...

    docs.aspose.com/slides/nodejs-java/chart-data-t...
  4. Convert PPT and PPTX to JPG in PHP|Aspose.Slide...

    Convert PowerPoint (PPT, PPTX) slides to high-quality JPG images in PHP with Aspose.Slides for PHP using fast, reliable code examples....convert PowerPoint PPT or PPTX presentation to JPG image. It is also...easy to implement your own presentation viewer, create the thumbnail...

    docs.aspose.com/slides/php-java/convert-powerpo...
  5. 支持可中断库|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 使长时间运行的任务可取消。安全地中断 PowerPoint 和 OpenDocument 的渲染和转换,并提供示例。...InterruptionToken 并将 LoadOptions 实例传递给 Presentation 构造函数时,调用 InterruptionTokenSou...InterruptionTokenSou.Interrupt() 会中断与该 Presentation 关联的任何长时间运行的任务。 以下代码片段演示了中断正在运行的任务:...

    docs.aspose.com/slides/zh/net/support-for-inter...
  6. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in Presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....objects in a PowerPoint presentation through Aspose components...visual difference in the presentation between the pre- and post-activation...

    docs.aspose.com/slides/java/working-solution-fo...
  7. Customize Chart Data Tables in Presentations Us...

    Customize chart data tables in С++ for PPT and PPTX with Aspose.Slides to boost efficiency and appeal in Presentations....Customize Chart Data Tables in Presentations Using С++ Contents [ Hide...data table. Instantiate Presentation class object. Add chart...

    docs.aspose.com/slides/cpp/chart-data-table/
  8. Animate PowerPoint Text on Android|Aspose.Slide...

    Create dynamic animated text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Android, with easy-to-follow, optimized Java code examples....paragraph: Presentation presentation = new Presentation ( "Presentation...autoShape = ( IAutoShape ) presentation . getSlides (). get_Item...

    docs.aspose.com/slides/androidjava/animated-text/
  9. Animate PowerPoint Text in Java|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Java, with easy-to-follow, optimized Java code examples....paragraph: Presentation presentation = new Presentation ( "Presentation...autoShape = ( IAutoShape ) presentation . getSlides (). get_Item...

    docs.aspose.com/slides/java/animated-text/
  10. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...要在幻灯片上创建文本框,请按照以下步骤操作: 创建 Presentation 类的实例。 获取新创建的演示文稿中第一张幻灯片的引用。...本: Aspose TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代...

    docs.aspose.com/slides/zh/java/manage-textbox/