Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 129,136 for

presentation

(0.32 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. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for C++: create, clone, reorder, resize, set backgrounds, and apply transitions with C++ for PPT, PPTX, and ODP Presentations....remove slides using the Presentation class. Each example below...add an empty slide to the presentation. static void AddSlide ()...

    docs.aspose.com/slides/cpp/examples/elements/sl...
  3. 图表|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 创建和自定义图表:添加数据、设置系列、坐标轴和标签的格式、更改类型并导出——支持 PPT、PPTX 和 ODP。...addChart () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 在幻灯片上添加一个简单的柱形图。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  4. VBA Macro|Aspose.Slides Documentation

    Automate Presentations with Aspose.Slides for Android: create, run, import, and secure VBA macros in PPT, PPTX, and ODP using clear Java examples....Add a VBA Macro Create a presentation with a VBA project and a...addVbaMacro () { Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/androidjava/examples/ele...
  5. Embed Fonts in Presentations with Python|Aspose...

    Embed TrueType fonts in PowerPoint and OpenDocument Presentations with Aspose.Slides for Python via .NET, ensuring accurate rendering across all platforms....Embed Fonts in Presentations with Python Contents [ Hide ] Overview...PowerPoint ensures your presentation maintains its intended appearance...

    docs.aspose.com/slides/python-net/embedded-font/
  6. Comment|Aspose.Slides Documentation

    Work with slide comments in Aspose.Slides for Java: add, reply, edit, resolve, and export comments in PPT, PPTX, and ODP Presentations with Java code examples....authored by a user and save the presentation. static void addModernComment...addModernComment () { Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/java/examples/elements/c...
  7. Efficiently Merge Presentations in Java|Aspose....

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations with Aspose.Slides for Java, streamlining your workflow....Efficiently Merge Presentations in Java Contents [ Hide ] Overview...PowerPoint and OpenDocument presentations is a common task in many...

    docs.aspose.com/slides/java/merge-presentation/
  8. Open Presentations in Java|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) Presentations effortlessly with Aspose.Slides for Java—fast, reliable, fully featured....Open Presentations in Java Contents [ Hide ] Overview Beyond...Beyond creating PowerPoint presentations from scratch, Aspose.Slides...

    docs.aspose.com/slides/java/open-presentation/
  9. 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...
  10. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for C++ and display PowerPoint and OpenDocument Presentations accurately....callbacks when rendering presentation slides. Follow these steps...HtmlOptions , and others. Load a presentation that uses a font not available...

    docs.aspose.com/slides/cpp/getting-warning-call...