Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 130,428 for

presentation

(0.17 sec)
  1. Online XPS to PPTM Conversion or Build .NET bas...

    Free online app to convert XPS to PPTM files. .NET C# conversion library code for XPS documents....Load PPTX file by using Presentation class Save the document...via .NET. Presentation presentation = new Presentation ( "PptxOutput...

    products.aspose.com/total/net/conversion/xps-to...
  2. 档案

    档案... 首先,创建一个 Presentation 类的实例来表示一个新的 PowerPoint 文件。...元格。 根据您的要求格式化单元格。 最后,使用 Presentation->Save(System::String fname...

    blog.aspose.com/zh/slides/create-and-manipulate...
  3. Online XML to XAML Conversion or Build .NET bas...

    Free online app to convert XML to XAML files. .NET C# conversion library code for XML documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/xml-to...
  4. Convert HTML to PPT in Python | products.aspose...

    Convert HTML to PPT in Python. Use Python 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/python-net/conversio...
  5. 使用 Python 中的 AutoFit 提升您的演示文稿|Aspose.Slides for...

    了解如何在 Aspose.Slides for Python via .NET 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。... Presentation () as presentation : slide = presentation . slides...TextAutofitType . SHAPE presentation . save ( "output.pptx" ...

    docs.aspose.com/slides/zh/python-net/manage-aut...
  6. Convert XLSB to POTX using Python or with free ...

    XLSB to POTX conversion in your Python applications without using Microsoft Office or online. Test free XLSB to POTX online converter quickly before integrating the code....XML Presentation file format used to store presentations. It...to store slides and other presentation information. Converting...

    products.aspose.com/total/python-net/conversion...
  7. Aspose.Slides for NET

    Find answers about creating, converting, editing, and printing PowerPoint Presentations in .NET applications without utilizing Microsoft PowerPoint....Answers How to Access the Presentation Properties in C# How to...C# How to Convert PDF to Presentation using C# How to Convert...

    kb.aspose.com/slides/net/page/2/
  8. 将幻灯片渲染为 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...
  9. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for .NET and elevate your Presentations with professional text formatting for maximum impact....Superscript and Subscript in Presentations in .NET Contents [ Hide...and OpenDocument (ODP) presentations. Whether you need to highlight...

    docs.aspose.com/slides/net/superscript-and-subs...
  10. 使用 PHP 在演示文稿中自定义图表轴|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...请按照以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...下面的示例代码——上述步骤的实现——演示了如何获取所需的值: $pres = new Presentation (); try { $chart = $pres...

    docs.aspose.com/slides/zh/php-java/chart-axis/