Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 10,061 for

presentation

(0.1 sec)
  1. Aspose.Slides中的多线程|Aspose.Slides for Python 文档

    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/python-net/multithrea...
  2. Convert PowerPoint to Markdown in Python|Aspose...

    Convert PowerPoint to Markdown in Python...of the Presentation class to represent a presentation object...as slides with slides . Presentation ( "pres.pptx" ) as pres...

    docs.aspose.com/slides/python-net/convert-power...
  3. Chart Formatting|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....Create an instance of the Presentation class. Obtain a slide’s...color Write the modified presentation to a PPTX file // Create...

    docs.aspose.com/slides/androidjava/chart-format...
  4. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 C# 或 .NET 中将 PowerPoint 转换为视频...using ( Presentation presentation = new Presentation ()) { //...添加一个笑脸形状并给它添加动画效果 IAutoShape smile = presentation . Slides [ 0 ]. Shapes ...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  5. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only....load an existing PowerPoint presentation like PPTX and then save...Load the source presentation into the Presentation class object...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  6. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint Presentations using C++...objects in a PowerPoint presentation through Aspose components...visual difference in the presentation between the pre- and post-activation...

    docs.aspose.com/slides/cpp/working-solution-for...
  7. How to Save PowerPoint as PDF with Notes in C#

    This quick tutorial guides you on how to save PowerPoint as PDF with notes in C#. It provides all the details required for the IDE configuration, program flow and a runnable sample code to save PowerPoint with notes as PDF in C#....to print the PowerPoint Presentation notes for specific slides...Load the presentation with notes into the Presentation object Instantiate...

    kb.aspose.com/slides/net/how-to-save-powerpoint...
  8. How to Add Image Watermark in PPTX using Python

    In this topic, we'll walk you through the steps for how to add image watermark in PPTX using Python. You can insert a picture watermark in PowerPoint by using easy API interface in Python....image watermark to PPTX presentation in Python Establish the...image watermark inside the presentation Access an existing or create...

    kb.aspose.com/slides/python/how-to-add-image-wa...
  9. Chart Data Table|Aspose.Slides for PHP Document...

    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.... Instantiate Presentation class object. Add chart...font height. Save modified presentation. Below sample example is...

    docs.aspose.com/slides/php-java/chart-data-table/
  10. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格... 从头创建表格 创建 Presentation 类的实例。 通过其索引获取幻灯片的引用。 定义一个...代码演示了如何在演示文稿中创建表格: // 实例化一个代表 PPTX 文件的 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-table/