Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 10,116 for

presentation

(0.03 sec)
  1. 在C#或.NET中创建或更新PowerPoint演示文稿图表|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的图表... 创建常规图表 创建 Presentation 类的实例。 通过其索引获取幻灯片的引用。 添加...实例化表示PPTX文件的PresentationPresentation pres = new Presentation (); //...

    docs.aspose.com/slides/zh/net/create-chart/
  2. PowerPoint Fonts|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Sequence in C++ Presentation Background Presentation Header and Footer...

    docs.aspose.com/slides/cpp/powerpoint-fonts/
  3. 现代 API|Aspose.Slides 文档

    现代 API...的典型场景可能如下所示: using ( Presentation pres = new Presentation ()) { IPPImage...的代码: using ( Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/zh/net/modern-api/
  4. 在 Java 中创建或管理 PowerPoint 智能图形形状节点|Aspose.Slides 文档

    在 Java 中管理 PowerPoint 演示文稿中的智能艺术节点和子节点... 创建一个 Presentation 类的实例,并加载包含智能图形形状的演示文稿。 通过使用其索引获取第一个幻灯片的引用。...// 加载所需的演示文稿 Presentation pres = new Presentation ( "SimpleSmartArt...

    docs.aspose.com/slides/zh/java/manage-smartart-...
  5. PPT vs PPTX|Aspose.Slides Documentation

    Read about PPT vs PPTX differences in Aspose.Slides.... PPTX is a new presentation file format, based on the...interface to work with all presentation formats. It allows converting...

    docs.aspose.com/slides/java/ppt-vs-pptx/
  6. PowerPoint Animation|Aspose.Slides for Node.js ...

    PowerPoint animation, PowerPoint slide animation with Aspose.Slides....Hide ] Since presentations are meant to present something, their...important role in order to make presentation eye-catching and attractive...

    docs.aspose.com/slides/nodejs-java/powerpoint-a...
  7. 现代 API|Aspose.Slides 文档

    现代 API...的典型场景可能如下所示: System :: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > (); // 从磁盘上的文件实例化可处置的 IImage 实例。 System...

    docs.aspose.com/slides/zh/cpp/modern-api/
  8. Multithreading in Aspose.Slides|Aspose.Slides f...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....While parallel work with presentations is possible (besides pa...you do not use a single Presentation instance in a multi-threading...

    docs.aspose.com/slides/php-java/multithreading/
  9. 图表坐标轴|Aspose.Slides 文档

    如何在 C++ 中编辑 PowerPoint 图表坐标轴...请按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...= System :: MakeObject < Presentation > (); auto shapes = pres...

    docs.aspose.com/slides/zh/cpp/chart-axis/
  10. 转换为 XPS|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Presentation 类公开的 Save 方法可用于将整个演示文稿转换为...//实例化一个表示演示文稿文件的 Presentation 对象 Presentation pres = new Presentation ( srcFileName...

    docs.aspose.com/slides/zh/net/conversion-to-xps/