Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 10,062 for

presentation

(0.06 sec)
  1. Set Caption to OLE Icon|Aspose.Slides for Pytho...

    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 () as presentation : slide = presentation . slides...) # Add an image to the presentation's image collection with...

    docs.aspose.com/slides/python-net/set-caption-t...
  2. Public API and Backwards Incompatible Changes i...

    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.... using ( Presentation pres = new Presentation ()) { IChart...collection. using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...个段落的文本框,并且每个段落包含 3 个部分: 创建一个 Presentation 类的实例。 通过其索引访问相关幻灯片的引用。 向幻灯片添加一个矩形...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  4. Aspose.Slides中的多线程|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.... 我们强烈建议您在多线程环境中 不 使用单个 Presentation 实例,因为这可能导致不可预测的错误或故障,这些错误或故障并不易被检测到。...易被检测到。 在多个线程中加载、保存和/或克隆 Presentation 类的实例是 不安全 的。这种操作 不 被支持。...

    docs.aspose.com/slides/zh/cpp/multithreading/
  5. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint Presentation and open that in MS PowerPoint for viewing.... In the end, a sample presentation with a line shape added...Create an empty presentation using the Presentation class object...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  6. 画框|Aspose.Slides for PHP 文档

    将画框添加到 PowerPoint 演示文稿中... 创建画框 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 通过将图片添加到与演示文稿对象关联的...实例化表示 PPTX 文件的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/picture-frame/
  7. Modern API|Aspose.Slides for Node.js via .NET D...

    Modern API... Presentation (); try { var ppImage ;...instance of IImage to the presentation's images. ppImage = pres...

    docs.aspose.com/slides/nodejs-java/modern-api/
  8. Convert OpenDocument Presentations (ODP) in C#|...

    Aspose.Slides for .NET lets you convert ODP to PDF, HTML, and image formats with ease. Boost your .NET apps with fast and accurate Presentation conversion....Convert OpenDocument Presentations (ODP) in C# Contents [ Hide...converting OpenDocument (ODP) presentations to various other formats...

    docs.aspose.com/slides/net/convert-openoffice-odp/
  9. Aspose.Slides for .NET 14.8.0 的公共 API 和向后不兼容的更改...

    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....IVbaProject 接口,更改了 Presentation.VbaProject 属性 Presentation 类的 VbaProject...项目并向库中添加两个所需引用的过程。 using ( Presentation pres = new Presentation ()) { // 创建新的...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  10. Line|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....a selected slide of the presentation, please follow the steps...below: Create an instance of Presentation class . Obtain the reference...

    docs.aspose.com/slides/cpp/line/