Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 126,454 for

presentation

(0.1 sec)
  1. Convert TXT to ODP in Python or with free Onlin...

    TXT to ODP conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free TXT to ODP online converter quickly before integrating the code....they are not suitable for presentations and other graphical applications...other hand, are OpenDocument Presentation files which are used to...

    products.aspose.com/total/python-net/conversion...
  2. 档案

    档案...slides in your PowerPoint presentation. Aspose.Slides for C++ is...manipulating PowerPoint presentations (without Microsoft PowerPoint...

    blog.aspose.com/zh/slides/convert-ppt-to-video-...
  3. 在 Python 中将 PowerPoint 演示文稿转换为视频|Aspose.Slides ...

    了解如何使用 Python 将 PowerPoint 和 OpenDocument 演示文稿转换为视频。发现示例代码和自动化技术,以简化您的工作流程。... Presentation () as presentation : slide = presentation . slides... PresentationEnumerab ( presentation , fps ) as frames_stream...

    docs.aspose.com/slides/zh/python-net/convert-po...
  4. 通過 C++ 合併 PPSX 文件 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中組合 PPSX 文檔。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh-hant/cpp/merger/p...
  5. 管理 PHP 中的演示文稿超链接|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...代码演示了如何向文本添加网站超链接: $presentation = new Presentation (); try { $shape1...$shape1 = $presentation -> getSlides () -> get_Item ( 0 ) -> getShapes...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  6. Enhance PowerPoint Presentations with Animation...

    Learn how to add and control advanced animation effects in Aspose.Slides for C++ to build dynamic PowerPoint and OpenDocument Presentations....Enhance PowerPoint Presentations with Animations in C++ Contents...Hide ] Since presentations are meant to present something, their...

    docs.aspose.com/slides/cpp/powerpoint-animation/
  7. 形状操作|Aspose.Slides for Node.js via .NET 文档

    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.... // 实例化一个表示演示文稿文件的 Presentation 类 var pres = new aspose...aspose . slides . Presentation ( "FindingShapeInSlide.pptx" ); try...

    docs.aspose.com/slides/zh/nodejs-java/shape-man...
  8. 在 PHP 中将 PowerPoint 演示文稿转换为 HTML|Aspose.Slides ...

    在 PHP 中将 PowerPoint 演示文稿转换为响应式 HTML。使用 Aspose.Slides 转换指南,可保留布局、链接和图像,实现快速、完美的效果。...该代码可以在 Presentation 对象中加载 PPT、PPTX 和 ODP 等多种格式,并将其保存为...PowerPoint 演示文稿转换为 HTML: 创建一个 Presentation 类的实例。 使用 Save 方法将对象保存为 HTML...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  9. Picture fill not considered when exporting a sl...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this Presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...0), I have this presentation that contains only one slide:...using (var presentation = new Aspose.Slides.Presentation(pptxPath...

    forum.aspose.com/t/picture-fill-not-considered-...
  10. Update Chart|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....slide: Open an instance of Presentation class containing chart....inside it. Write the modified presentation as a PPTX file. The code...

    docs.aspose.com/slides/cpp/update-chart/