Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 241,269 for

slide

(0.38 sec)
  1. Group Shape|Aspose.Slides Documentation

    Manage grouped shapes in Aspose.Slides for C++: create, nest, align, reorder, and style group shapes with C++ examples in PPT, PPTX, and ODP presentations....Slides for C++ . Add a Group Shape...Presentation > (); auto slide = presentation -> get_Slide ( 0 ); auto group...

    docs.aspose.com/slides/cpp/examples/elements/gr...
  2. Format PowerPoint Shapes in C++|Aspose.Slides D...

    Learn how to format PowerPoint shapes in C++ using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....PowerPoint, you can add shapes to slides. Since shapes are made up of...interiors are filled. Aspose.Slides for C++ provides interfaces...

    docs.aspose.com/slides/cpp/shape-formatting/
  3. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for Java: create, format, merge cells, apply styles, import data, and export with Java examples for PPT, PPTX, and ODP....Slides for Java . Add a Table Create...Presentation (); try { ISlide slide = presentation . getSlides ()...

    docs.aspose.com/slides/java/examples/elements/t...
  4. Convert Presentation to Tiff with Notes|Aspose....

    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....Slides for .NET supports for converting...also generate slide thumbnails in the Notes Slide view. Below are...

    docs.aspose.com/slides/net/convert-presentation...
  5. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....Slides provides support to work with slide’s headers...maintained on Slide master level. Aspose.Slides for .NET provides...

    docs.aspose.com/slides/net/presentation-header-...
  6. Manage Presentation Headers and Footers in PHP|...

    Use Aspose.Slides for PHP via Java to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....Slides provides support to work with slide’s headers...maintained on Slide master level. Aspose.Slides for PHP via Java...

    docs.aspose.com/slides/php-java/presentation-he...
  7. Section|Aspose.Slides Documentation

    Manage Slide sections in Aspose.Slides for Java: create, rename, reorder, and group Slides with Java examples for PPT, PPTX, and ODP....Slides for Java . Add a Section Create...section that starts at a specific slide. static void addSection () {...

    docs.aspose.com/slides/java/examples/elements/s...
  8. 动画|Aspose.Slides 文档

    探索 Aspose.Slides for .NET 动画示例:使用 C# 为 PPT、PPTX 和 ODP 演示文稿添加、排序和自定义效果与切换。...Slides for .NET 创建简单动画并管理其顺序。 添加动画...var slide = presentation . Slides [ 0 ]; var shape = slide . Shapes...

    docs.aspose.com/slides/zh/net/examples/elements...
  9. 连接线|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在形状之间添加、路由和设置连接线的样式,提供 PPT、PPTX 和 ODP 演示文稿的 C# 示例。...Slides for .NET 将形状通过连接线连接,并更改其目标。...Presentation (); var slide = presentation . Slides [ 0 ]; var connector...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....Slides for Python. You’ll learn to...this: import aspose.slides as slides with slides . Presentation (...

    docs.aspose.com/slides/python-net/animated-text/