Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 127,410 for

presentation

(0.63 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....FirstSlideNumber Has Been Added to the Presentation Class The new property FirstSlideNumber...FirstSlideNumber added to Presentation allows to get or to set...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。... 从头创建表格 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...代码演示了如何在演示文稿中创建表格: // 实例化一个表示 PPTX 文件的 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-table/
  3. Digitally Sign Powerpoint File Online or using ...

    Free online app for digital signature in Powerpoint Presentation. Develop C++ application to electronically sign Powerpoint Presentations....via C++ Load Powerpoint presentation Load PFX file using DigitalSignature...Document) Sign ODP (OpenDocument Presentation Format) Sign ODT (OpenDocument...

    products.aspose.com/total/cpp/signature/powerpo...
  4. Convert JSON Format to POTM in Android Apps | p...

    Parse JSON to POTM in Android Applications without using Microsoft PowerPoint...On the other hand, POTM (Presentation Open XML Macro-Enabled)...Microsoft PowerPoint to store presentations that contain macros. It...

    products.aspose.com/total/android-java/conversi...
  5. 档案

    档案... 创建 Presentation 类的对象。 使用 Presentation->Save(String...//实例化表示 PPTX 文件的 Presentation 类 SharedPtr<Presentation> pres = Mak...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  6. Edit HTML in C# | products.aspose.com

    Edit HTML in C#. Use .NET library API to edit HTML file...to manipulate and edit presentations, HTML documents, and other...HTML using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/editor/html/
  7. 通過 C++ 合併 OTP 文件 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/cpp/merger/otp/
  8. View and Update PPTX Properties Online or Updat...

    View and modify PPTX properties through online app for free. C# .NET API code to update PPTX properties....NET Create Presentation class object Get all Properteis...Title, Subject Save the presentation with the updated metedata...

    products.aspose.com/total/net/metadata/pptx/
  9. 通過 C++ 合併 PPTM 文件 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/cpp/merger/p...
  10. 在 Android 上的演示文稿图表中自定义误差条|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在图表中添加和自定义误差条——优化 PowerPoint 演示文稿中的数据可视化。...ErrorBarCustomValues 属性: 创建 Presentation 类的实例。 在所需幻灯片上添加气泡图。 访问第一条图表系列并设置误差条...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/error-bar/