Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 127,309 for

presentation

(0.16 sec)
  1. Online OTT File Comparison or Build Python Apps...

    Free online app to Compare different OTT files. Python comparison library code for OTT documents....ODP Files (OpenDocument Presentation Format) Compare ODT Files...Template Presentation) Compare POWERPOINT Files (Presentation Files)...

    products.aspose.com/total/python-net/compare/ott/
  2. Clear DOTM Annotations Online and using Python ...

    Remove comments from DOTM document through online app for free. Python API code to delete comments from DOTM files....ODP Files (OpenDocument Presentation Format) Annotate ODT Files...Template Presentation) Annotate POWERPOINT Files (Presentation Files)...

    products.aspose.com/total/python-net/annotate/d...
  3. Clear DOT Annotations Online and using Python |...

    Remove comments from DOT document through online app for free. Python API code to delete comments from DOT files....ODP Files (OpenDocument Presentation Format) Annotate ODT Files...Template Presentation) Annotate POWERPOINT Files (Presentation Files)...

    products.aspose.com/total/python-net/annotate/dot/
  4. 在 Python 中管理演示文稿的项目符号和编号列表|Aspose.Slides for Py...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中管理项目符号和编号列表。提供逐步指南和代码示例,帮助您快速入门。...要创建项目符号列表,请按照以下步骤操作: 创建一个 Presentation 类的实例。 使用 ISlide 对象从幻灯片集合中获取要添加项目符号列表的幻灯片。...slides . Presentation () as presentation : slide = presentation . slides...

    docs.aspose.com/slides/zh/python-net/manage-bul...
  5. 管理行和列|Aspose.Slides for Node.js via .NET 文档

    在 PowerPoint 演示文稿中使用 JavaScript 管理表格的行和列...Row as Header 将首行设为标题 创建 Presentation 类的实例并加载演示文稿。 通过索引获取幻灯片的引用。...代码演示了如何将表格的第一行设为标题: // 实例化 Presentation 类 var pres = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/manage-ro...
  6. 自定义 Python 中演示文稿图表的绘图区|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中自定义图表绘图区。轻松提升幻灯片视觉效果。... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...as slides with slides . Presentation () as pres : chart = pres...

    docs.aspose.com/slides/zh/python-net/chart-plot...
  7. Extract text and images from PPT document via C...

    C++ example code to extract text and images from PPT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/cpp/parser/ppt/
  8. 组|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....via Java 将组形状添加到幻灯片: 创建一个 Presentation 类的实例。 通过使用索引获取幻灯片的引用 向幻灯片添加组形状。...文件。 下面的示例向幻灯片添加组形状。 // 实例化 Presentation 类 var pres = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/group/
  9. 如何在 Docker 中运行 Aspose.Slides for Java|Aspose.Sl...

    在 Docker 容器中运行 Aspose.Slides:配置镜像、依赖、字体和许可,以构建可扩展的服务,处理 PowerPoint 和 OpenDocument。..."Creating presentation..." ); Presentation presentation = new Presentation...(); try { ISlide slide = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/how-to-run-aspos...
  10. PPTX document chart via C++ | products.aspose.com

    C++ example code to draw and convert chart or diagram in PPTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Instantiate Presentation class. Access first slide...Instantiate Presentation class SharedPtr<Presentation> pres = M...

    products.aspose.com/slides/cpp/chart/pptx/