Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 130,004 for

presentation

(0.35 sec)
  1. Export media files into HTML file|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....below: Create an instance of Presentation class Get reference of the...transition effect Write the presentation as a PPTX file In the example...

    docs.aspose.com/slides/net/export-media-files-i...
  2. 使用 Java 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...Java 中获取所需的值: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/java/chart-axis/
  3. Limitations and API Differences|Aspose.Slides f...

    Aspose.Slides for Python via Java limitations and api differences....api import Presentation , SaveFormat jpype . shutdownJVM...a new Presentation Aspose.Slides for Java Presentation pres =...

    docs.aspose.com/slides/python-java/limitations-...
  4. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for C++: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using C++ examples....() { auto presentation = MakeObject < Presentation > ( u "ink..."ink.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/cpp/examples/elements/ink/
  5. Render Slide as Thumbnail to JPEG by User Defin...

    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 the reference...the Presentation class that represents the presentation file...

    docs.aspose.com/slides/net/render-slide-as-thum...
  6. Add Ellipses to Presentations in .NET|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for .NET across PPT and PPTX Presentations—C# code examples included....Add Ellipses to Presentations in .NET Contents [ Hide ] Overview... and saving the updated presentation as a PPTX file. It also...

    docs.aspose.com/slides/net/ellipse/
  7. Convert DOCX to POT in Android Apps or with fre...

    DOCX to POT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOCX to POT online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...to work with PowerPoint presentations, such as creating, editing...

    products.aspose.com/total/android-java/conversi...
  8. Convert RTF to PPTX in Python or with free Onli...

    RTF to PPTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free RTF to PPTX online converter quickly before integrating the code....save the created PDF into a Presentation as a PPTX format. This API...to handle a wide range of presentation formats, including PPT,...

    products.aspose.com/total/python-net/conversion...
  9. 在 Android 上管理演示文稿中的 OLE|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...将其嵌入到幻灯片中作为 OLE 对象框,您可以按以下方式操作: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 将 Excel...OLE 对象。 Presentation presentation = new Presentation (); SizeF...

    docs.aspose.com/slides/zh/androidjava/manage-ole/
  10. 获取幻灯片中的所有文本|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....slideIndex ) { // Open the presentation as read-only. using ( PresentationDocument... false )) { // Pass the presentation and the slide index // to...

    docs.aspose.com/slides/zh/net/get-all-the-text-...