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

presentation

(0.2 sec)
  1. Node.js 透過 Aspose.Slides 的 .NET PowerPoint API ...

    Aspose.Slides for Node.js via .NET 是一個 Node.js PowerPoint API,可讓您在 Node.js 中建立、修改和轉換 PowerPoint 簡報。...net'); const { Presentation, SaveFormat, ShapeType }...asposeSlides; var pres = new Presentation(); try { var slide = pres...

    products.aspose.com/slides/zh-hant/nodejs-net/
  2. 管理演示文稿超链接(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/
  3. 使用用户定义值将幻灯片渲染为 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...
  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. 使用 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/
  6. 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...
  7. 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/
  8. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use Aspose.Slides for C++ and Aspose.Words for C++ to export PowerPoint slide images and text to a Word document....render slides and extract presentation text, while Aspose.Words...Code auto presentation = MakeObject < Presentation > ( u "presentation...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  9. Convert JPG to PPTX in C# | products.aspose.com

    Convert JPG to PPTX in C#. Use .NET library API to convert JPG images to PowerPoint...and manipulate PowerPoint presentations, PDFs, HTML docs, and other...essentially creating a PowerPoint presentation that contains slides based...

    products.aspose.com/slides/net/conversion/jpg-t...
  10. 使用 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/