Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 241,395 for

slide

(0.39 sec)
  1. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for C++ ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX presentations with clear C++ code....Slides for C++ . Add an ActiveX Control...Presentation > (); auto slide = presentation -> get_Slide ( 0 ); // Add...

    docs.aspose.com/slides/cpp/examples/elements/ac...
  2. Manage SmartArt Shape Nodes in Presentations on...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Android. Get clear Java code samples and tips to streamline your presentations....Slides for Android via Java has provided...Obtain the reference of first slide by using its Index. Traverse...

    docs.aspose.com/slides/androidjava/manage-smart...
  3. 备注|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 添加、读取、编辑和导出演讲者备注:格式化文本、按幻灯片管理备注,并在 PowerPoint 和 OpenDocument 中控制可见性。...Slides for PHP via Java 添加、读取、移除和更新备注幻灯片。...new Presentation (); try { $slide = $presentation -> getSlides...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  4. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for PHP via Java. Get clear code samples and tips to streamline your presentations....Slides for PHP via Java has provided...Obtain the reference of first slide by using its Index. Traverse...

    docs.aspose.com/slides/php-java/manage-smartart...
  5. 组形状|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理组形状:创建和取消分组、重新排序子形状、设置变换和界限,适用于 PowerPoint 和 OpenDocument。...Slides for PHP via Java 创建形状组、访问形状、取消分组和删除的示例。...new Presentation (); try { $slide = $presentation -> getSlides...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  6. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Follow our simple, step-by-step guide to save time....from all the shapes on all the slides in a presentation. This article...Aspose.Slides. Extract Text from Slides Aspose.Slides for PHP...

    docs.aspose.com/slides/php-java/extract-text-fr...
  7. Manage Presentation Shapes on Android|Aspose.Sl...

    Learn to create, edit and optimize shapes in Aspose.Slides for Android via Java and deliver high-performance PowerPoint presentations....[ Hide ] Find a Shape on a Slide This topic will describe a simple...find a specific shape on a slide without using its internal Id...

    docs.aspose.com/slides/androidjava/shape-manipu...
  8. Access Presentation Slides on Android|Aspose.Sl...

    Learn how to access and manage Slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Boost productivity with Java code examples....Presentation Slides on Android Contents [ Hide ] Aspose.Slides allows...access slides in two ways: by index and by ID. Access a Slide by...

    docs.aspose.com/slides/androidjava/access-slide...
  9. Access Presentation Slides in Java|Aspose.Slide...

    Learn how to access and manage Slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Boost productivity with code examples....Presentation Slides in Java Contents [ Hide ] Aspose.Slides allows...access slides in two ways: by index and by ID. Access a Slide by...

    docs.aspose.com/slides/java/access-slide-in-pre...
  10. Note|Aspose.Slides Documentation

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

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