Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 130,020 for

presentation

(0.15 sec)
  1. Merge PPSM Files via C++ | products.aspose.com

    C++ example code to combine PPSM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/ppsm/
  2. Convert PowerPoint Slides to PNG on Android|Asp...

    Convert PowerPoint Presentations to high-quality PNG images quickly with Aspose.Slides for Android via Java, ensuring precise, automated results....these steps: Instantiate the Presentation class. Get the slide object...object from the Presentation.getSlides() collection under the ISlide...

    docs.aspose.com/slides/androidjava/convert-powe...
  3. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) Presentations with precise control....shows how to read a sample presentation with some text on the first...following steps: Open the source presentation. Access the first slide...

    docs.aspose.com/slides/net/format-text-using-vs...
  4. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for C++ for PPT and PPTX, with practical C++ code examples....Chart Calculations for Presentations in C++ Contents [ Hide ]...calculations and layout data in presentations. This article shows how...

    docs.aspose.com/slides/cpp/chart-calculations/
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument Presentations using Aspose.Slides for .NET. Step-by-step guide....Bulleted and Numbered Lists in Presentations in .NET Contents [ Hide...numbered lists in PowerPoint presentations, similar to how lists are...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  6. Customize Data Points in Treemap and Sunburst C...

    Learn how to manage data points in treemap and sunburst charts with Aspose.Slides for Python via .NET, compatible with PowerPoint and OpenDocument formats....chart to the presentation: with slides . Presentation () as presentation...presentation : slide = presentation . slides [ 0 ] chart = slide...

    docs.aspose.com/slides/python-net/data-points-o...
  7. 在 Android 上管理 PowerPoint 演示文稿中的 SmartArt|Aspose...

    了解如何使用 Aspose.Slides for Android,通过清晰的 Java 代码示例来构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。... Presentation pres = new Presentation ( "Presentation.pptx"...SmartArt 的布局类型,请按照以下步骤操作: 创建 Presentation 类的实例。 使用索引获取幻灯片的引用。 添加 SmartArt...

    docs.aspose.com/slides/zh/androidjava/manage-sm...
  8. 在演示文稿中使用 Java 应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...实例化表示演示文稿文件的 Presentation 类。 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/shape-animation/
  9. How to Insert Image into PowerPoint Table using...

    This topic guides on how to insert Image into PowerPoint Table using Java. It encompasses all the requisite information and a working sample code to add table image in PowerPoint using Java....the Presentation class instance to add a new presentation and...loaded image inside the presentation image collection Load the...

    kb.aspose.com/slides/java/how-to-insert-image-i...
  10. Merge ODP Files using .NET | products.aspose.com

    C# source code to combine ODP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.odp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/odp/