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

presentation

(0.96 sec)
  1. 使用用户定义值将幻灯片渲染为 JPEG 缩略图|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....NET 生成任意所需幻灯片的缩略图: 创建 Presentation 类的实例。 通过其 ID 或索引获取任意所需幻灯片的引用。...the Presentation class that represents the presentation file...

    docs.aspose.com/slides/zh/net/render-slide-as-t...
  2. C++ API to Convert CGM to PPS | products.aspose...

    Convert CGM to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...PPS (PowerPoint Show) is a presentation format used by Microsoft...CGM data in a PowerPoint presentation, you need to convert it...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. 管理演示文稿超链接(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升互动性和工作流。...auto presentation = System :: MakeObject < Presentation > ();...(); auto shapes = presentation -> get_Slides () -> idx_get ( 0...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  4. 使用 PHP 管理演示文稿中的音频|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中创建和控制音频帧——示例代码演示如何嵌入、修剪、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 加载要嵌入到幻灯片中的音频文件流。...实例化一个表示演示文稿文件的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/audio-frame/
  5. The text is not rotated properly in pptx format...

    The text Dollar($) in the yaxis of the chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...Presentation import com.aspose.slides...class PowerPointService { Presentation createPresentationFr(String...

    forum.aspose.com/t/the-text-is-not-rotated-prop...
  6. Add Rectangles to Presentations in .NET|Aspose....

    Boost your PowerPoint Presentations by adding rectangles with Aspose.Slides for .NET—easily design and modify shapes programmatically....Add Rectangles to Presentations in .NET Contents [ Hide ] Overview... and saving the updated presentation as a PPTX file. You will...

    docs.aspose.com/slides/net/rectangle/
  7. 使用 Python 管理演示文稿中的 OLE|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...对象框架嵌入到幻灯片中,请按照下列步骤操作: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 将 Excel...with slides . Presentation () as presentation : slide_size =...

    docs.aspose.com/slides/zh/python-net/manage-ole/
  8. 使用 PHP 管理演示文稿中的项目符号和编号列表|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。...$paragraph ; } $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $autoShape...

    docs.aspose.com/slides/zh/php-java/manage-lists/
  9. Export EPUB to POTX via C# API | products.aspos...

    .NET API to Convert EPUB to POTX without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...allow you to manipulate presentations, such as creating, editing...

    products.aspose.com/total/net/conversion/epub-t...
  10. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。... 从头创建表格 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...文件的 PresentationPresentation pres = new Presentation (); //...

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