Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 129,136 for

presentation

(0.14 sec)
  1. 视频|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理视频:插入、替换、裁剪、设置海报帧和播放选项,并将演示文稿导出为 PPT、PPTX 和 ODP。...addVideo () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 添加视频帧。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  2. Hyperlink|Aspose.Slides for PHP Documentation

    Add, edit, and remove hyperlinks in PHP with Aspose.Slides: link text, shapes, slides, URLs and email; set targets and actions for PPT, PPTX and ODP....addHyperlink () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $shape...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Apply or Change Slide Layouts in JavaScript|Asp...

    Manage and customize slide layouts in Aspose.Slides for Node.js. Explore layout types, placeholder control, and footer visibility through code examples....layouts help you design presentations quickly and consistently—whether...defines layout styles for the presentation. You can access and modify...

    docs.aspose.com/slides/nodejs-java/slide-layout/
  4. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP Presentations....Manage Zooms in Presentations with Python Contents [ Hide ] Overview...portions of a presentation. When you are presenting, this ability...

    docs.aspose.com/slides/python-net/manage-zoom/
  5. GroupShape|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理组形状:创建和取消组合,重新排列子形状,跨 PowerPoint 和 OpenDocument 设置变换和边界。... Presentation () as presentation : slide = presentation . slides...ELLIPSE , 60 , 0 , 50 , 50 ) presentation . save ( "group.pptx" ,...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. MathText|Aspose.Slides for Python Documentation

    Work with math text in Python using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX.... Presentation () as presentation : slide = presentation . slides...math_paragraph . add ( math_block ) presentation . save ( "math_text.pptx"...

    docs.aspose.com/slides/python-net/examples/elem...
  7. SmartArt|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用 SmartArt:使用 C++ 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和设置样式图表。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto smartArt = slide...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  8. 布局幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中掌握布局幻灯片:选择、应用和自定义幻灯片布局、占位符和母版,并提供 PPT、PPTX 和 ODP 演示文稿的示例。...{ let presentation = new aspose . slides . Presentation (); try...try { let masterSlide = presentation . getMasters (). get_Item...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  9. Remove Slides from Presentations in C++|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument Presentations with Aspose.Slides for C++. Get clear code examples and boost your workflow....Remove Slides from Presentations in C++ Contents [ Hide ] If...Aspose.Slides provides the Presentation class that encapsulates...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...
  10. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart axes in PowerPoint Presentations for reports and visualizations....Customize Chart Axes in Presentations in .NET Contents [ Hide...Create an instance of the Presentation class. Access the first...

    docs.aspose.com/slides/net/chart-axis/