Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 126,444 for

presentation

(0.6 sec)
  1. Convert DOCM to PPS via C++ or with free Online...

    Export DOCM to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCM to PPS online converter quickly before integrating the code....be useful for creating presentations from existing documents...and images that need to be presented in a visually appealing way...

    products.aspose.com/total/cpp/conversion/docm-t...
  2. 在 .NET 中管理演示文稿的图表数据标记|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中自定义图表数据标记,通过清晰的 C# 代码示例提升 PPT 和 PPTX 格式演示文稿的效果。...设置图表标记选项,请按照以下步骤操作: 实例化 Presentation 类。 创建默认图表。 设置图片。 获取第一个图表系列。...// 创建 Presentation 类的实例 using Presentation presentation = new...

    docs.aspose.com/slides/zh/net/chart-data-marker/
  3. Convert PPTX to SVG using Java | products.aspos...

    Sample Java conversion code for PPTX format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/pptx...
  4. Understanding the Difference: PPT vs PPTX|Aspos...

    Compare PPT vs PPTX for PowerPoint with Aspose.Slides Python via .NET, exploring format differences, benefits, compatibility, and conversion tips.... PPTX is a new presentation file format, based on the...interface to work with all presentation formats. It allows converting...

    docs.aspose.com/slides/python-net/ppt-vs-pptx/
  5. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the document in C++....System :: IO :: Stream > & presentation ) Parameter Type Description...OLE object being inserted. presentation const System::SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Convert PPS to XML using C++ application | prod...

    Sample C++ conversion code for PPS document to XML format. Use example code for batch PPS to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pps-t...
  7. Convert HTML to JPG in C# | products.aspose.com

    Convert HTML to JPG in C#. Use .NET library API to convert HTML files to JPG images...Create an instance of the Presentation class. Load the HTML file...to JPG using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/conversion/html-...
  8. Convert PDF to SVG in C# | products.aspose.com

    Convert PDF to SVG in C#. Use .NET library API to convert PDF pages to SVG images...Create an instance of the Presentation class. Load the PDF file...to SVG using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/conversion/pdf-t...
  9. Convert POT to XML using C++ application | prod...

    Sample C++ conversion code for POT document to XML format. Use example code for batch POT to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pot-t...
  10. 使用 Python 在演示文稿中自定义图表坐标轴|Aspose.Slides for Pyth...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中自定义图表坐标轴,以用于报告和可视化。...请按以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...as slides with slides . Presentation () as pres : chart = pres...

    docs.aspose.com/slides/zh/python-net/chart-axis/