Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 242,581 for

slide

(0.17 sec)
  1. Manage Audio in Presentations Using JavaScript|...

    Create and control audio frames in Aspose.Slides for Node.js—examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....Slides for Node.js via Java allows...files to slides. The audio files are embedded in slides as audio...

    docs.aspose.com/slides/nodejs-java/audio-frame/
  2. 获取幻灯片中的所有文本|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FilePath + "Get all the text in a slide.pptx" ; foreach ( string s in...(); // Get all the text in a slide. public static string [] GetAllTextInSlide...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  3. Manage Presentation Slides Using Python|Aspose....

    Learn how to create, access, and manage Slides in PPT, PPTX, and ODP presentations using Aspose.Slides for Python. Easy-to-follow guide with examples....Presentation Slides Using Python Contents [ Hide ] Add Slides to Presentations...Access Slides in Presentations with Python Remove Slides from Presentations...

    docs.aspose.com/slides/python-net/presentation-...
  4. Hyperlink|Aspose.Slides Documentation

    Add and manage hyperlinks in Aspose.Slides for .NET: link text, shapes, and images, set targets and actions for PPT, PPTX, and ODP with C# examples....Slides for .NET . Add a Hyperlink...var slide = presentation . Slides [ 0 ]; var shape = slide . Shapes...

    docs.aspose.com/slides/net/examples/elements/hy...
  5. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Python via .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Slides allows you to create and manage...to add a SmartArt shape to a slide, access existing SmartArt shapes...

    docs.aspose.com/slides/python-net/manage-smarta...
  6. Note|Aspose.Slides Documentation

    Work with Slide notes in Aspose.Slides for .NET: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear C# examples....and update notes slides using Aspose.Slides for .NET . Add a...a Notes Slide Create a notes slide and assign text to it. static...

    docs.aspose.com/slides/net/examples/elements/note/
  7. SmartArt|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中构建和编辑 SmartArt:添加节点、更改布局和样式、精准转换为形状,并导出为 PPT、PPTX 和 ODP。...Slides for Python via .NET 添加 SmartArt...(): with slides . Presentation () as presentation : slide = presentation...

    docs.aspose.com/slides/zh/python-net/examples/e...
  8. SmartArt|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中使用 SmartArt:使用 JavaScript 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和设置图表样式。...Slides for Node.js via Java 添加 SmartArt...aspose . slides . Presentation (); try { let slide = presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  9. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中通过 C++ 示例添加日期、幻灯片编号和自定义文本。...Slides for C++ 添加页脚并更新日期和时间占位符。 添加页脚...(); auto slide = presentation -> get_Slide ( 0 ); slide -> get...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  10. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通图表:创建、格式化、绑定数据,并使用 C# 示例将图表导出为 PPT、PPTX 和 ODP。...Slides for .NET 添加、访问、删除和更新不同图表类型。下面的代码片段演示了基本的图表操作。...Presentation (); var slide = presentation . Slides [ 0 ]; // 在第一张幻灯片上添加一个简单的面积图表。...

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