Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 240,806 for

slide

(0.31 sec)
  1. Access Presentation Slides in .NET|Aspose.Slide...

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

    docs.aspose.com/slides/net/access-slide-in-pres...
  2. SlideTransition|Aspose.Slides Documentation

    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....Hide ] Demonstrates applying slide transition effects and timings...timings with Aspose.Slides for .NET . Add a Slide Transition Apply...

    docs.aspose.com/slides/net/examples/elements/sl...
  3. Adding Shapes to Presentation|Aspose.Slides Doc...

    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....snippet for adding line shape: Slide slide = Application . ActivePresentation...ActivePresentation . Slides [ 1 ]; slide . Shapes . AddLine ( 10 , 10...

    docs.aspose.com/slides/net/adding-shapes-to-pre...
  4. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for Java ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX presentations with clear Java code....Slides for Java . Add an ActiveX Control...Presentation (); try { ISlide slide = presentation . getSlides ()...

    docs.aspose.com/slides/java/examples/elements/a...
  5. 组形状|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中管理分组形状:使用 C# 示例在 PPT、PPTX 和 ODP 演示文稿中创建、嵌套、对齐、重新排序和设置分组形状的样式。...Slides for .NET 创建形状组、访问、取消分组和删除的示例。...var slide = presentation . Slides [ 0 ]; var group = slide . Shapes...

    docs.aspose.com/slides/zh/net/examples/elements...
  6. Note|Aspose.Slides Documentation

    Add, read, edit, and export speaker notes in C# with Aspose.Slides: format text, manage notes per Slide, and control visibility in PowerPoint and OpenDocument....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/el...
  7. Text Box|Aspose.Slides for PHP Documentation

    Create and format text boxes in PHP with Aspose.Slides: set fonts, alignment, wrapping, autofit, and links to polish Slides for PowerPoint and OpenDocument....Slides, a text box is represented...new Presentation (); try { $slide = $presentation -> getSlides...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. Picture|Aspose.Slides for Python Documentation

    Work with pictures in Python using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....Slides for Python via .NET . The examples...image in memory, place it on a slide, and then retrieve it. Add a...

    docs.aspose.com/slides/python-net/examples/elem...
  9. 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....Slides for Python via .NET . Add Math...(): with slides . Presentation () as presentation : slide = presentation...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Access Slides in Presentations with Python|Aspo...

    Learn how to access and manage Slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Boost productivity with code examples....Access Slides in Presentations with Python Contents [ Hide ]...explains how to access specific slides in a PowerPoint presentation...

    docs.aspose.com/slides/python-net/access-slide-...