Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 10,113 for

presentation

(0.02 sec)
  1. Font Substitution - PowerPoint JavaScript API|A...

    Substitute font in PowerPoint in JavaScript...this way: Load the relevant presentation. Load the font that will...replacement. Add the rule to the presentation font replacement rule collection...

    docs.aspose.com/slides/nodejs-java/font-substit...
  2. How to Insert HTML into PowerPoint using Python

    This quick tutorial describes how to insert HTML into PowerPoint using Python. It shares environment settings, detailed steps and a runnable sample code convert HTML to PowerPoint using Python....Create a blank presentation using the Presentation class for inserting...string Save the resultant presentation as PPTX having HTML contents...

    kb.aspose.com/slides/python/how-to-insert-html-...
  3. Manage Text|Aspose.Slides for Node.js via .NET ...

    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....Extract Text from Presentation Presentation Localization WordArt...

    docs.aspose.com/slides/nodejs-java/manage-text/
  4. Managing Tags and Custom Data|Aspose.Slides for...

    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....[ Hide ] Data Storage in Presentation Files PPTX files—items with...structure for data contained in presentations. With a slide being one...

    docs.aspose.com/slides/nodejs-java/managing-tag...
  5. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint Presentations in C++...Create an instance of the Presentation class. Get the table from...merged table cells in a presentation: auto pres = System :: MakeObject...

    docs.aspose.com/slides/cpp/manage-cells/
  6. Font Replacement - PowerPoint JavaScript API|As...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the JavaScript API....this way: Load the relevant presentation. Load the font that will...font. Write the modified presentation as a PPTX file. This JavaScript...

    docs.aspose.com/slides/nodejs-java/font-replace...
  7. ActiveX|Aspose.Slides for Python 文档

    在 Python 中管理 PowerPoint 演示文稿中的 ActiveX 控件...ActiveX 控件,例如文本框和简单命令按钮: 创建 Presentation 类的实例并加载包含 ActiveX 控件的演示文稿。...slides . Presentation ( path + "ActiveX.pptm" ) as presentation : #...

    docs.aspose.com/slides/zh/python-net/activex/
  8. Portion|Aspose.Slides for Python Documentation

    Get portion in PowerPoint Presentation in Python... Presentation ( path + "HelloWorld.pptx"...pptx" ) as presentation : shape = presentation . slides [ 0 ] ...

    docs.aspose.com/slides/python-net/portion/
  9. How to Convert Multiple PPT Files to PDF using ...

    This short tutorial guides on how to convert multiple PPT files to PDF using Python along with the detailed configuration steps to set up the environment. One can develop a multiple PPT to PDF converter in Python using the example code....Create a default presentation using the Presentation class and remove...Access the list of all the presentation files to be rendered into...

    kb.aspose.com/slides/python/how-to-convert-mult...
  10. Bubble Chart|Aspose.Slides Documentation

    Bubble chart size in PowerPoint Presentations in C# or .NET... using ( Presentation pres = new Presentation ()) { IChart...below. using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/net/bubble-chart/