Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 10,117 for

presentation

(0.03 sec)
  1. 3D Chart|Aspose.Slides for Node.js via .NET Doc...

    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....Create an instance of the Presentation class. Access first slide...properties. Write the modified presentation to a PPTX file. var pres...

    docs.aspose.com/slides/nodejs-java/3d-chart/
  2. Manage Media|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....below: Create an instance of Presentation class. Get reference of...transition effect. Write the presentation as a PPTX file. In the example...

    docs.aspose.com/slides/cpp/manage-media/
  3. Aspose.Slides for Java 15.11.0 的公共 API 及不兼容更改|A...

    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....setShowBubbleSize(boolean value) Presentation 类新增了 getFirstSlideNumber()...当指定新的第一张幻灯片编号时,所有幻灯片的编号会被重新计算。 Presentation pres = new Presentation ( path ); int...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  4. 管理OLE|Aspose.Slides 文档

    在C#或.NET中将OLE对象添加到PowerPoint演示文稿...NET将该图表作为OLE对象框嵌入到幻灯片中,可以这样做: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 打开包...// 实例化表示PPTX文件的Presentation类 using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/net/manage-ole/
  5. PowerPoint Animation|Aspose.Slides for PHP Docu...

    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/php-java/powerpoint-anim...
  6. PowerPoint Animation|Aspose.Slides Documentation

    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/java/powerpoint-animation/
  7. PowerPoint Animation|Aspose.Slides Documentation

    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/androidjava/powerpoint-a...
  8. 如何创建 Hello World 演示文档|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 对象 Presentation pres = new Presentation ();...// 实例化 Presentation Presentation pres = new Presentation (); //...

    docs.aspose.com/slides/zh/net/how-to-create-hel...
  9. 字体替换|Aspose.Slides for Python 文档

    在 Python 中替代 PowerPoint 字体... Presentation ( path + "Fonts.pptx" ) as presentation : #...fontSubstRule ) # 将字体规则集合添加到规则列表中 presentation . fonts_manager . font_subst_rule_list...

    docs.aspose.com/slides/zh/python-net/font-subst...
  10. 组|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加组形状...NET向幻灯片添加组形状的方法如下: 创建 Presentation 类的实例。 通过使用其索引获取幻灯片的引用。 向幻灯片添加组形状。...slides # 实例化Presentation类 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/group/