Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 130,041 for

presentation

(0.11 sec)
  1. Export MD to PPTM via C# API | products.aspose.com

    .NET API to Convert MD to PPTM without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...features to manipulate presentations, including the ability to...

    products.aspose.com/total/net/conversion/md-to-...
  2. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...and convert PowerPoint presentations, Word documents, and other...moving the contents of a presentation’s slides to pages in a Word...

    products.aspose.com/slides/net/conversion/pptx-...
  3. 通過 C++ 合併 PPTX 文件 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中組合 PPTX 文檔。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh-hant/cpp/merger/p...
  4. Convert ODT to POTM via Java or with free Onlin...

    Java API to Export ODT to POTM without using Microsoft Word or PowerPoint or online. Test free ODT to POTM online converter quickly before integrating the code....for Java to create a new Presentation. This library provides a...manipulating PowerPoint presentations. With it, you can write...

    products.aspose.com/total/java/conversion/odt-t...
  5. Manage Fallback Fonts for Presentations in Java...

    See how Aspose.Slides for Java uses fallback fonts to keep text readable in PowerPoint and OpenDocument Presentations when original fonts aren’t available....Manage Fallback Fonts for Presentations in Java Contents [ Hide...certain presentation, remove fallback fonts from presentation, specify...

    docs.aspose.com/slides/java/fallback-font/
  6. C++ API to Convert XML to XAML | products.aspos...

    Convert XML to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...user interfaces in Windows Presentation Foundation (WPF) applications...create, edit, and convert presentations. With Aspose.Slides for...

    products.aspose.com/total/cpp/conversion/xml-to...
  7. C++ API to Convert MHTML to PPSX | products.asp...

    Convert MHTML to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Open XML Slide Show) is a presentation format developed by Microsoft...Load PPTX document by using Presentation class reference Save the...

    products.aspose.com/total/cpp/conversion/mhtml-...
  8. 使用 C++ 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 中管理表格的行和列,加快演示文稿编辑和数据更新。... 将第一行设为标题 创建 Presentation 类的实例并加载演示文稿。 通过索引获取幻灯片的引用。...代码演示了如何将表格的第一行设为标题行: // 实例化 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-rows-and-c...
  9. How to Check If IPictureFrame Is a Cameo Using ...

    Hello, Could you please help me figure out how to check if IPictureFrame shape instance is a cameo (camera feed object)? thank you in advance....shown below: Presentation presentation = new Presentation("sample...pptx"); try { ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/how-to-check-if-ipicturefram...
  10. 在 C++ 中创建 3D 演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中轻松生成交互式 3D 演示文稿。快速导出为 PowerPoint 和 OpenDocument 格式,以实现多种用途。...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); auto shape =...

    docs.aspose.com/slides/zh/cpp/3d-presentation/