Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 142,060 for

pptx

(0.97 sec)
  1. 评论|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中管理幻灯片评论:添加、读取、回复、编辑、删除,并在 PowerPoint 和 OpenDocument 中使用线程式评论。...pptx" , SaveFormat . Pptx ); } 访问现代评论 从现有演示文稿中读取现代评论。...Presentation ( "modern_comment.pptx" ); var author = pres . CommentAuthors...

    docs.aspose.com/slides/zh/net/examples/elements...
  2. Comment|Aspose.Slides for Node.js via .NET Docu...

    Work with slide comments in Aspose.Slides for Node.js: add, reply, edit, resolve, and export comments in PPT, Pptx, and ODP presentations with code examples....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Presentation ( "modern_comment.pptx" ); try { let author = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. Export MD to PPS via C# API | products.aspose.com

    .NET API to Convert MD to PPS without using Microsoft Word...transform the MD file format to PPTX. This API provides a wide range...file formats, including MD, PPTX, and PPS. The second step is...

    products.aspose.com/total/net/conversion/md-to-...
  4. Export EPUB to POT via C# API | products.aspose...

    .NET API to Convert EPUB to POT without using Microsoft Word...transform the EPUB file format into PPTX. This API provides a wide range...EPUB file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/epub-t...
  5. C++ API to Convert MHTML to PPT | products.aspo...

    Convert MHTML to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader... To export MHTML to PPTX, developers can use Aspose.PDF...convert MHTML to PDF and then to PPTX. Secondly, developers can use...

    products.aspose.com/total/cpp/conversion/mhtml-...
  6. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } The result: Change...

    docs.aspose.com/slides/net/chart-series/
  7. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation..."TextBox_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  8. 在 JavaScript 中格式化 PowerPoint 形状|Aspose.Slides f...

    了解如何使用 Aspose.Slides 在 JavaScript 中格式化 PowerPoint 形状——精确且完全控制地为 PPT、Pptx 和 ODP 文件设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 以下代码演示了如何格式化矩形 AutoShape...awt.Color" , "BLUE" )); // 将 PPTX 文件保存到磁盘。 presentation . save...

    docs.aspose.com/slides/zh/nodejs-java/shape-for...
  9. Apply Shape Effects in Presentations with Pytho...

    Transform your PPT, Pptx and ODP files with advanced shape effects using Aspose.Slides for Python—create striking, professional slides in seconds....pptx" , slides . export . SaveFormat . PPTX ) Apply Reflection..."reflection.pptx" , slides . export . SaveFormat . PPTX ) Apply Glow...

    docs.aspose.com/slides/python-net/shape-effect/
  10. Customize Chart Legends in Presentations on And...

    Customize chart legends with Aspose.Slides for Android via Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/chart-legend/