Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 129,272 for

presentation

(0.07 sec)
  1. Convert OTP to XML using C++ application | prod...

    Sample C++ conversion code for OTP document to XML format. Use example code for batch OTP 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/otp-t...
  2. Convert PDF to XML in C# | products.aspose.com

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

    products.aspose.com/slides/net/conversion/pdf-t...
  3. Convert PPS to SVG using C++ application | prod...

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

    Sample C++ conversion code for PPSM document to XML format. Use example code for batch PPSM 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/ppsm-...
  5. 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...
  6. 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-...
  7. 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...
  8. 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...
  9. 管理 Android 上的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 Java 示例代码,简化您的表格工作流。... 从头创建表格 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  10. 使用 PHP 优化演示文稿中的图像管理|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并自动化工作流。...如何向幻灯片添加图像: $pres = new Presentation (); try { $slide = $pres...以下示例代码展示了如何从网络向幻灯片添加图像: $pres = new Presentation (); try { $slide = $pres...

    docs.aspose.com/slides/zh/php-java/image/