Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 130,530 for

presentation

(0.17 sec)
  1. 在 VSTO 和 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....//Creating empty presentation PowerPoint . Presentation pres = Globals...ThisAddIn . Application . Presentations . Add ( Microsoft . Office...

    docs.aspose.com/slides/zh/net/adding-picture-fr...
  2. 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...
  3. Convert PPTM to ODP using Java | products.aspos...

    Convert PPTM to ODP in Java. Use Aspose.Slides for Java to save PPTM Presentations as ODP files....to ODP in Java Save PPTM presentations as ODP files using Aspose...for Java to load a PPTM presentation and save it as a ODP file...

    products.aspose.com/slides/java/conversion/pptm...
  4. Convert POTX to TIFF Using C++ | products.aspos...

    C++ conversion code for POTX to TIFF. Use the example code for batch POTX to TIFF conversion in C++ applications....Slides for C++ , a presentation processing API for C++ applications...lines of code. Create a Presentation instance from the source...

    products.aspose.com/slides/cpp/conversion/potx-...
  5. Convert PPTM to POTX using Java | products.aspo...

    Convert PPTM to POTX in Java. Use Aspose.Slides for Java to save PPTM Presentations as POTX files....POTX in Java Save PPTM presentations as POTX files using Aspose...for Java to load a PPTM presentation and save it as a POTX file...

    products.aspose.com/slides/java/conversion/pptm...
  6. Find and Replace Text in PowerPoint using C#

    This short guide explains how to find and replace text in PowerPoint using C#. It has details to set the IDE, a list of steps, and a simple code to replace words in PowerPoint using C#....same task in the PowerPoint presentation. Steps to Find and Replace...the source PPTX into the Presentation class object for replacing...

    kb.aspose.com/slides/net/find-and-replace-text-...
  7. Convert PPTX to PPTM using Java | products.aspo...

    Convert PPTX to PPTM in Java. Use Aspose.Slides for Java to save PPTX Presentations as PPTM files....PPTM in Java Save PPTX presentations as PPTM files using Aspose...for Java to load a PPTX presentation and save it as a PPTM file...

    products.aspose.com/slides/java/conversion/pptx...
  8. Convert Microsoft Word to PPSM in Python or wit...

    Microsoft Word to PPSM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free WORD to PPSM online converter quickly before integrating the code....save the created PDF into Presentation as a PPSM format. The Aspose...creating and manipulating presentations. It supports a wide range...

    products.aspose.com/total/python-net/conversion...
  9. Convert DOCX to POTX in Python or with free Onl...

    DOCX to POTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to POTX online converter quickly before integrating the code....is a Microsoft PowerPoint presentation format. Converting a DOCX...be useful for creating presentations or slideshows. How Aspose...

    products.aspose.com/total/python-net/conversion...
  10. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。...照以下步骤即可生成标准的簇状柱形图: 创建一个 Presentation 类的实例。 使用索引获取幻灯片的引用。 添加带有数据的图表,并指定...// 实例化 Presentation 类。 using ( Presentation presentation = new...

    docs.aspose.com/slides/zh/net/create-chart/