Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 130,530 for

presentation

(0.47 sec)
  1. Edit PPT in PHP | products.aspose.com

    Edit PPT in PHP. Use PHP library API to edit PPT files...PHP library for editing presentations quickly and easily. It provides...and transitions to their presentation as well as apply various...

    products.aspose.com/slides/php-java/editor/ppt/
  2. 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...
  3. Convert SVG to PNG in C++ | products.aspose.com

    Convert SVG to PNG in C++. Use Aspose.Slides for C++ to place an SVG image on a slide and render it as a PNG file....convert SVG to PNG, create a Presentation , add the SVG image to a...Code auto presentation = MakeObject < Presentation > (); auto...

    products.aspose.com/slides/cpp/conversion/svg-t...
  4. Convert DOCX to POTM in Python or with free Onl...

    DOCX to POTM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to POTM online converter quickly before integrating the code....the POTM format used for presentations. Therefore, if a Python...file with an instance of Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  5. Merge PPS Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/pps/
  6. 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/
  7. 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/
  8. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for C++, automate documentation and keep formatting....Convert PowerPoint Presentations to Markdown in C++ Contents...you to convert PowerPoint presentations to Markdown, which can be...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. 布局幻灯片|Aspose.Slides for Python 文档

    使用 Python 与 Aspose.Slides 管理布局幻灯片:在 PPT、PPTX 和 ODP 演示文稿中创建、应用、克隆、重命名和自定义占位符及主题。... Presentation () as presentation : master_slide...master_slide = presentation . masters [ 0 ] layout_type = slides . SlideLayoutType...

    docs.aspose.com/slides/zh/python-net/examples/e...
  10. 使用 Java 在演示文稿中自定义图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现特定的图例格式设置。...图例定位 为了设置图例属性,请按照以下步骤操作: 创建 Presentation 类的实例。 获取幻灯片的引用。 在幻灯片上添加图表。...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/chart-legend/