Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 130,000 for

presentation

(0.21 sec)
  1. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....including generating the sample presentation, inserting autoshape, adding...empty presentation using an instance of the Presentation class...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  2. Convert PDF to POTM in Python | products.aspose...

    Sample code for PDF to POTM Python conversion. Use PowerPoint Python API for batch conversion PDF files to POTM files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/python-net/conversio...
  3. Convert PDF to PPSM in Python | products.aspose...

    Sample code for PDF to PPSM Python conversion. Use PowerPoint Python API for batch conversion PDF files to PPSM files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/python-net/conversio...
  4. Text Box|Aspose.Slides for Node.js via .NET Doc...

    Work with text boxes in Aspose.Slides for Node.js: add, format, align, wrap, autofit, and style text using JavaScript for PPT, PPTX, and ODP Presentations....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  5. Convert HTML to PPT in Java | products.aspose.com

    Convert HTML to PPT in Java. Use Java library API to convert HTML to PowerPoint...and manipulate PowerPoint presentations, PDFs, HTML docs, and other...to slides in a PowerPoint presentation. Convert HTML to PPT in...

    products.aspose.com/slides/java/conversion/html...
  6. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in Java for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data Presentations....Manage Chart Data Series in Presentations Using Java Contents [ Hide...structured and visualized within presentations. These objects provide the...

    docs.aspose.com/slides/java/chart-series/
  7. Export Math Equations from Presentations in С++...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for С++ — preserve formatting and boost compatibility....Export Math Equations from Presentations in С++ Contents [ Hide ]...export math equations from presentations. For example, you may need...

    docs.aspose.com/slides/cpp/exporting-math-equat...
  8. 从 PPT 到 PPTX 格式的转换|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....pptx" ; //Instantiate a Presentation object that represents a...a PPTX file Presentation pres = new Presentation ( srcFileName...

    docs.aspose.com/slides/zh/net/conversion-from-p...
  9. 使用 C++ 管理演示文稿评论|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 精通演示文稿评论:快速轻松地在 PowerPoint 文件中添加、读取、编辑和删除评论。...Slides for C++ 提供 The Presentation 类,包含作者集合(来自 get_CommentAuthors()...演示文稿的幻灯片添加评论: // 实例化 Presentation 类 auto presentation = System :: MakeObject...

    docs.aspose.com/slides/zh/cpp/presentation-comm...
  10. How to Convert HTML to PowerPoint using C#

    This short tutorial guides on how to convert HTML to PowerPoint using C#. It contains details about configuration, step-wise process and a runnable sample code to insert HTML into PowerPoint using C#....Create a new presentation using the Presentation class for embedding...at the end of the loaded presentation using the AddFromHtml()...

    kb.aspose.com/slides/net/how-to-convert-html-to...