Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 129,271 for

presentation

(0.15 sec)
  1. Conversion of OpenOffice Document|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....offers Presentation class that represents a presentation file.... Presentation class can now also access ODP through Presentation...

    docs.aspose.com/slides/net/conversion-of-openof...
  2. Picture|Aspose.Slides for PHP Documentation

    Work with pictures in PHP using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....addPicture () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $image...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Add Slides to Presentations in C++|Aspose.Slide...

    Easily add slides to your PowerPoint and OpenDocument Presentations using Aspose.Slides for C++ — seamless, efficient slide insertion in seconds....Add Slides to Presentations in C++ Contents [ Hide ] Add a Slide...Slide to a Presentation Before talking about adding slides to...

    docs.aspose.com/slides/cpp/add-slide-to-present...
  4. 表格|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中处理表格:创建、格式化、合并单元格、应用样式、导入数据,并提供 PPT、PPTX 和 ODP 的示例。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  5. OLE 对象|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中处理 OLE 对象:使用 JavaScript 在 PPT、PPTX 和 ODP 演示文稿中插入、链接、更新和提取嵌入内容。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  6. 组形状|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理组形状:创建和取消分组、重新排序子形状、设置变换和界限,适用于 PowerPoint 和 OpenDocument。...addGroupShape () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $group...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  7. 幻灯片|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片:创建、克隆、重新排序、隐藏、设置背景和尺寸、应用切换效果,并导出为 PowerPoint 和 OpenDocument。...您将学习如何使用 Presentation 类添加、访问、克隆、重新排序和删除幻灯片。 下面的每个示例都包括简要说明,随后是...addSlide () { $presentation = new Presentation (); try { // 每...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  8. Optimize Image Management in PowerPoint with Py...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET, optimizing performance and automating your workflow....] Overview Images make presentations more engaging and interesting...let you quickly create presentations from images. Info If you...

    docs.aspose.com/slides/python-net/image/
  9. Format PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT and PPTX files with precision and full control....Create an instance of the Presentation class. Get a reference to...shape. Save the modified presentation as a PPTX file. The following...

    docs.aspose.com/slides/net/shape-formatting/
  10. Manage Chart Workbooks in Presentations with Py...

    Discover Aspose.Slides for Python via .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your Presentation data....Manage Chart Workbooks in Presentations with Python Contents [ Hide...slides . Presentation ( "chart.pptx" ) as presentation : chart...

    docs.aspose.com/slides/python-net/chart-workbook/