Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 119,718 for

presentation

(0.07 sec)
  1. Export to HTML5|Aspose.Slides Documentation

    Export PowerPoint to HTML5 in Java...shows how you to export a presentation to HTML5 without web extensions...dependencies: Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/androidjava/export-to-ht...
  2. Convert ODT to PPT via C++ or with free Online ...

    Export ODT to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPT online converter quickly before integrating the code....Microsoft PowerPoint (PPT) presentation can be a useful task for...files are used for creating presentations with slides, animations...

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

    Manage a text box or text frame in PowerPoint Presentations using C++...Create an instance of the Presentation class. Obtain a reference...slide in the newly created presentation. Add an IAutoShape object...

    docs.aspose.com/slides/cpp/manage-textbox/
  4. Create, Edit and Convert PowerPoint Presentatio...

    Aspose.Slides for C++ is a powerful library for creating, editing and converting PowerPoint Presentations in C++....and Convert PowerPoint Presentations with Aspose.Slides for C++...to work with PowerPoint presentations programmatically. You can...

    products.aspose.com/slides/cpp/
  5. Manage Placeholders in Presentations with Pytho...

    Effortlessly manage placeholders in Aspose.Slides for Python via .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....Manage Placeholders in Presentations with Python Contents [ Hide...placeholders on slides in presentations. Aspose.Slides allows you...

    docs.aspose.com/slides/python-net/manage-placeh...
  6. Add Header and Footer in PowerPoint using C# | ...

    Use .NET PowerPoint API to add header footer in PowerPoint Presentation using C# or VB.NET. Manage header and footer in notes slides programmaticaly....and footer in PowerPoint presentations are used to display additional...in PowerPoint PPTX/PPT presentations programmatically using C#...

    blog.aspose.com/slides/add-header-footer-in-pow...
  7. 使用 Python 在演示文稿中嵌入字体|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确呈现。...实例化一个表示演示文稿文件的 Presentation 对象 with slides . Presentation ( path +..."EmbeddedFonts.pptx" ) as presentation : # 渲染一个包含使用嵌入字体 "FunSized"...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  8. 嵌入式字体|Aspose.Slides 文档

    在 C++ 中使用 PowerPoint 演示文稿中的嵌入式字体...实例化一个表示演示文稿文件的 Presentation 对象 auto presentation = System :: MakeObject...MakeObject < Presentation > ( u "EmbeddedFonts.pptx" ); // 渲染一个包含使用嵌入式...

    docs.aspose.com/slides/zh/cpp/embedded-font/
  9. Merge OTP Files using .NET | products.aspose.com

    C# source code to combine OTP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.otp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/otp/
  10. Merge PPT Files using .NET | products.aspose.com

    C# source code to combine PPT documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.ppt" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/ppt/