Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 10,114 for

presentation

(0.03 sec)
  1. Slide Section|Aspose.Slides Documentation

    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....can organize a PowerPoint Presentation into sections. You get to...organize or divide slides in a presentation into logical parts in these...

    docs.aspose.com/slides/cpp/slide-section/
  2. Shape Animation|Aspose.Slides for PHP Documenta...

    Apply PowerPoint animation in PHP... They give life to presentations or its constituents. Why...Why Use Animations in Presentations? Using animations, you can...

    docs.aspose.com/slides/php-java/shape-animation/
  3. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint Presentations in Java...tables in all kinds of presentations. Create Table from Scratch...Create an instance of the Presentation class. Get a slide’s reference...

    docs.aspose.com/slides/java/manage-table/
  4. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint Presentations in C++...tables in all kinds of presentations. Create Table from Scratch...Create an instance of the Presentation class. Get a slide’s reference...

    docs.aspose.com/slides/cpp/manage-table/
  5. 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...
  6. Highlight Text in PowerPoint using Python

    Highlight text in PowerPoint using Python. Get the IDE environment settings, a list of steps, and example code to search text in the slide and highlight in PowerPoint using Python....example code to develop a presentation highlight tool using Python...empty presentation using an instance of the Presentation class...

    kb.aspose.com/slides/python/highlight-text-in-p...
  7. Manage PowerPoint Paragraph|Aspose.Slides for P...

    Create paragraphs and manage paragraph properties in PowerPoint Presentations in PHP...Create an instance of the Presentation class. Access the relevant...object. Save the modified presentation. This PHP code is an implementation...

    docs.aspose.com/slides/php-java/manage-paragraph/
  8. Convert PowerPoint to PDF with Notes in C++|Asp...

    Convert PowerPoint to PDF with notes with C++...how to convert PowerPoint presentations to PDF format with speaker...Notes The Save method in the Presentation class can be used to convert...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. 图表系列|Aspose.Slides for Python 文档

    Python 中 PowerPoint 演示文稿的图表系列... 创建 Presentation 类的实例。 在幻灯片上添加聚簇柱形图。 访问第一个图表系列。...with slides . Presentation () as presentation : # 添加图表 chart...

    docs.aspose.com/slides/zh/python-net/chart-series/
  10. 嵌入字体 - PowerPoint C# API|Aspose.Slides 文档

    在 C# 或 .NET 中使用 PowerPoint 演示文稿的嵌入字体...using ( Presentation presentation = new Presentation ( "EmbeddedFonts...pptx" )) { ISlide slide = presentation . Slides [ 0 ]; // 渲染一个包含使用嵌入...

    docs.aspose.com/slides/zh/net/embedded-font/