Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 10,114 for

presentation

(0.06 sec)
  1. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint Presentations in Java...Create an instance of the Presentation class. Get the table from...in a presentation: Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/java/manage-cells/
  2. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint Presentations in Java...Create an instance of the Presentation class. Get the table from...in a presentation: Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/androidjava/manage-cells/
  3. Shape Animation|Aspose.Slides for Node.js via ....

    Apply PowerPoint animation in JavaScript... They give life to presentations or its constituents. Why...Why Use Animations in Presentations? Using animations, you can...

    docs.aspose.com/slides/nodejs-java/shape-animat...
  4. 图表图例|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 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/chart-leg...
  5. Image|Aspose.Slides Documentation

    Work with images in Slides in PowerPoint Presentation using Java. Add images from disk or from web in PowerPoint Slides using Java. Add images to Slide Masters or as Slide Background using Java. Add SVG to PowerPoint Presentation using Java. Convert SVG to Shapes in PowerPoint using Java. Add images as EMF in Slides using Java....Slides In Presentations Images make presentations more engaging...images to slides in your presentations through different procedures...

    docs.aspose.com/slides/androidjava/image/
  6. How to Merge PowerPoint Files using Python

    This article guides on how to merge PowerPoint files using Python. It has basic information for the IDE settings, the program logic, and a runnable sample code to merge slides using Python....target presentations. Steps to Merge PowerPoint Presentations using...destination presentation where other presentations are to be merged...

    kb.aspose.com/slides/python/how-to-merge-powerp...
  7. 图片框|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加图片框... 创建图片框 创建一个 Presentation 类的实例。 通过其索引获取幻灯片的引用。 通过将图像添加到与演示文稿对象关联的...实例化表示 PPTX 文件的 Presentation 类 using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/net/picture-frame/
  8. Convert PowerPoint to Markdown in Java|Aspose.S...

    Convert PowerPoint to Markdown in Java...of the Presentation class to represent a presentation object...to markdown: Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/java/convert-powerpoint-...
  9. Convert PowerPoint to Markdown in Java|Aspose.S...

    Convert PowerPoint to Markdown in Java...of the Presentation class to represent a presentation object...to markdown: Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/androidjava/convert-powe...
  10. Export Chart|Aspose.Slides Documentation

    Get chart images from PowerPoint Presentations in C# or .NET...using ( Presentation presentation = new Presentation ( "test...pptx" )) { ISlide slide = presentation . Slides [ 0 ]; IChart chart...

    docs.aspose.com/slides/net/export-chart/