Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 129,307 for

presentation

(0.14 sec)
  1. Import Presentations from PDF or HTML in Java|A...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument Presentations in Java with Aspose.Slides for seamless, high-performance slide processing....Import Presentations from PDF or HTML in Java Contents [ Hide...for Java , you can import presentations from files in other formats...

    docs.aspose.com/slides/java/import-presentation/
  2. Convert Presentations to HTML5 in C++|Aspose.Sl...

    Export PowerPoint & OpenDocument Presentations to responsive HTML5 with Aspose.Slides for C++. Preserve formatting, animations, and interactivity....Convert Presentations to HTML5 in C++ Contents [ Hide ] Info...shows how you to export a presentation to HTML5. using namespace...

    docs.aspose.com/slides/cpp/export-to-html5/
  3. AI-Powered Multilingual Slide Generator|Aspose....

    Generate multilingual slides from text with Aspose.Slides for Node.js. Apply your template and export polished decks to PowerPoint and OpenDocument. Learn more....Slides Presentation AI API: AI-Powered Slide...AI-powered feature, the Presentation Generator, which enables...

    docs.aspose.com/slides/nodejs-java/ai/generator/
  4. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for C++, optimizing performance and automating your workflow....Optimize Image Management in Presentations Using C++ Contents [ Hide...Images in Presentation Slides Images make presentations more engaging...

    docs.aspose.com/slides/cpp/image/
  5. Connector|Aspose.Slides Documentation

    Learn how to add, route, and style connectors between shapes using Aspose.Slides for Java, with Java examples for PPT, PPTX, and ODP Presentations....addConnector () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/c...
  6. 幻灯片|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、PPTX 和 ODP 演示文稿应用过渡效果。...您将学习如何使用 Presentation 类添加、访问、克隆、重新排序和删除幻灯片。 下列每个示例均包含简要说明以及对应的...() { auto presentation = MakeObject < Presentation > (); auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  7. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....new presentation is created or an existing presentation is loaded...want to render an existing presentation to HTML. Steps to Create...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  8. Animation|Aspose.Slides Documentation

    Explore Aspose.Slides for C++ animation examples: add, sequence, and customize effects and transitions with C++ for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto shape = slide...

    docs.aspose.com/slides/cpp/examples/elements/an...
  9. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for C++: insert, crop, compress, recolor, and export images with C++ examples for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Create a simple...

    docs.aspose.com/slides/cpp/examples/elements/pi...
  10. 视频|Aspose.Slides 文档

    使用 Aspose.Slides for Android 添加和控制视频:插入、播放、剪辑、设置海报帧,并通过 Java 示例导出 PPT、PPTX 和 ODP 演示文稿。...addVideo () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...