Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 129,285 for

presentation

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

    Modernize slide image processing by replacing deprecated imaging APIs with the Python Modern API for seamless PowerPoint and OpenDocument automation.... Presentation () as presentation : slide = presentation . slides...) as image : pp_image = presentation . images . add_image ( image...

    docs.aspose.com/slides/python-net/modern-api/
  2. 在 Java 中管理演示文稿背景|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示文稿。... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...: // 创建 Presentation 类的实例。 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/java/presentation-bac...
  3. Format PowerPoint Shapes in Java|Aspose.Slides ...

    Learn how to format PowerPoint shapes in Java using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Create an instance of the Presentation class. Get a reference to...shape. Save the modified presentation as a PPTX file. The following...

    docs.aspose.com/slides/java/shape-formatting/
  4. Convert PPTX to PPT in JavaScript|Aspose.Slides...

    Easily convert PPTX to PPT with Aspose.Slides—ensure seamless compatibility with PowerPoint formats while preserving your Presentation’s layout and quality....how to convert PowerPoint Presentation in PPTX format into PPT...format to the Save method of Presentation class. The JavaScript code...

    docs.aspose.com/slides/nodejs-java/convert-pptx...
  5. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for Android: create, clone, reorder, resize, set backgrounds, and apply transitions with Java for PPT, PPTX, and ODP Presentations....remove slides using the Presentation class. Each example below...the presentation. static void addSlide () { Presentation presentation...

    docs.aspose.com/slides/androidjava/examples/ele...
  6. Convert ODP to PPTX in Java|Aspose.Slides Docum...

    Convert ODP to PPTX with Aspose.Slides for Java. Clean Java code examples, batch tips, and high-quality results—no PowerPoint needed....Convert ODP to PPTX/PPT Presentation Aspose.Slides for Java offers...offers Presentation class that represents a presentation file....

    docs.aspose.com/slides/java/convert-odp-to-pptx/
  7. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint Presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....Convert PowerPoint Presentations to Video in .NET Contents [...PowerPoint or OpenDocument presentation to video, you gain: Increased...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data Presentations....Manage Chart Data Series in Presentations Using С++ Contents [ Hide...Create an instance of the Presentation class. Add a clustered column...

    docs.aspose.com/slides/cpp/chart-series/
  9. Convert ODP to PPTX in C++|Aspose.Slides Docume...

    Convert ODP to PPTX with Aspose.Slides for C++. Clean code examples, batch tips, and high-quality results—no PowerPoint needed....offers Presentation class that represents a presentation file.... Presentation class can now also access ODP through Presentation...

    docs.aspose.com/slides/cpp/convert-odp-to-pptx/
  10. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中通过 C++ 示例添加日期、幻灯片编号和自定义文本。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/zh/cpp/examples/elements...