Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 113,676 for

presentation

(0.08 sec)
  1. How to Convert PPTX to Markdown using C#

    This simple article focuses on how to convert PPTX to Markdown using C#. It also includes the project configuration, a list of step wise programming tasks, and a working example code to export PPT to MD in C#....NET to convert the presentation to a Markdown file using...PPTX presentation using an instance of the Presentation class...

    kb.aspose.com/slides/net/how-to-convert-pptx-to...
  2. Convert ODT to POTM via C++ or with free Online...

    Export ODT to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to POTM online converter quickly before integrating the code....PowerPoint Open XML Macro-Enabled Presentation (POTM) format is the native...the PowerPoint Open XML Presentation (PPTX) format and is used...

    products.aspose.com/total/cpp/conversion/odt-to...
  3. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java...Create an instance of the Presentation class. Get a slide’s reference...connection path. Save the presentation. This Java code shows you...

    docs.aspose.com/slides/androidjava/connector/
  4. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java...Create an instance of the Presentation class. Get a slide’s reference...connection path. Save the presentation. This Java code shows you...

    docs.aspose.com/slides/java/connector/
  5. Convert PPSX to XML using C++ application | pro...

    Sample C++ conversion code for PPSX document to XML format. Use example code for batch PPSX 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/ppsx-...
  6. Convert PPT to SVG using C++ application | prod...

    Sample C++ conversion code for PPT document to SVG format. Use example code for batch PPT to SVG 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/ppt-t...
  7. Convert TIFF to XML using C++ application | pro...

    Sample C++ conversion code for TIFF document to XML format. Use example code for batch TIFF 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/tiff-...
  8. Convert PDF to PNG in C# | products.aspose.com

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

    products.aspose.com/slides/net/conversion/pdf-t...
  9. Convert PPSM to SVG using C++ application | pro...

    Sample C++ conversion code for PPSM document to SVG format. Use example code for batch PPSM to SVG 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/ppsm-...
  10. 图表绘图区|Aspose.Slides 文档

    获取图表绘图区的宽度和高度。设置布局模式。C# 或 .NET 中的 PowerPoint 演示文稿... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...获取图表元素的实际高度。 using ( Presentation pres = new Presentation ( "test.Pptx"...

    docs.aspose.com/slides/zh/net/chart-plot-area/