Sort Score
Result 10 results
Languages All
Labels All
Results 6,311 - 6,320 of 129,295 for

presentation

(0.23 sec)
  1. 使用 C++ 将 PowerPoint 演示文稿转换为 Markdown|Aspose.Sli...

    使用 Aspose.Slides for C++ 将 PowerPoint 幻灯片(PPT、PPTX)转换为干净的 Markdown,自动化文档编写并保持格式。...PowerPoint 转换为 Markdown 创建 Presentation 类的实例,以表示演示文稿对象。 使用 保存 方法...markdown: System :: SharedPtr < Presentation > pres = System :: MakeObject...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  2. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...Contents [ Hide ] 识别合并单元格 创建 Presentation 类的实例。 从第一张幻灯片获取表格。 遍历表格的行和列以查找合并的单元格。...= System :: MakeObject < Presentation > ( u "SomePresentationWith...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  3. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance Presentations with professional text in Java....this Java code: Presentation pres = new Presentation (); try { ISlide...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/java/wordart/
  4. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance Presentations with stylish, professional text in Python.... Presentation () as pres : slide = pres...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/python-net/wordart/
  5. Convert PPT to Video in C# | products.aspose.com

    Convert PPT to video in C#. Use .NET library API to convert PowerPoint to video...create, edit and manipulate presentations and also convert PowerPoint...PowerPoint presentations to other documents and videos. In this case...

    products.aspose.com/slides/net/conversion/ppt-t...
  6. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 Java 中创建和自定义饼图,可导出为 PowerPoint,瞬间提升您的数据叙事能力。...要指定属性,请执行以下操作: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的第二绘图区选项。...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/pie-chart/
  7. How to Create PowerPoint Slide Image using C#

    This article entails how to create PowerPoint slide Image using C#. It covers the detailed steps by providing the configuration requirements and working sample code to generate Image from PowerPoint slide in C#....the source presentation file using the Presentation class object...the first slide inside the presentation slides collection Set the...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  8. View and Update PPT Properties Online or Update...

    View and modify PPT properties through online app for free. Android API code to update PPT properties....project Load PPT file using Presentation class Get all Properteis...setAuthor, setSubject Save the presentation with the updated metedata...

    products.aspose.com/total/android-java/metadata...
  9. 在 Android 上为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中创建惊艳的动态图表。通过 PPT 和 PPTX 文件中的动态视觉效果提升演示文稿——立即开始。...实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...

    docs.aspose.com/slides/zh/androidjava/animated-...
  10. 在 C++ 中將 PPTX 轉換為 Word | products.aspose.com

    在 C++ 中將 PPTX 轉換為 Word。使用 C++ 庫 API 將 PowerPoint 轉換為 Word...C++ 代碼 auto presentation = MakeObject < Presentation > (); auto...for ( const auto & slide : presentation -> get_Slides()) { // generates...

    products.aspose.com/slides/zh-hant/cpp/conversi...