Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 10,116 for

presentation

(0.09 sec)
  1. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint Presentations in JavaScript...Create an instance of the Presentation class. Get the table from...merged table cells in a presentation: var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  2. Exception”Method Is Not Implemented” when Tryin...

    Hello when trying to open a .pptx in Aspose Slides v22.01 i get the following exception: com.aspose.slides.exceptions.NotImplementedException: The method or operation is not implemented … Wrapped by: com.aspose.slid…...is this: Presentation presentation = new Presentation("testdoc...c.pptx"); presentation.save("testdoc.pptx", SaveFormat.Pptx);...

    forum.aspose.com/t/exception-method-is-not-impl...
  3. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...个段落的文本框,并且每个段落包含 3 个部分: 创建一个 Presentation 类的实例。 通过其索引访问相关幻灯片的引用。 向幻灯片添加一个矩形...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  4. Aspose.Slides for Java 15.10.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....要为图表添加系列动画,可以使用以下代码: Presentation pres = new Presentation ( inFileName...(); } 类别动画: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  5. Aspose.Slides for Java 15.10.0 的公共 API 和向后不兼容更改...

    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 pres = new Presentation ( inFileName...(); } 类别动画: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  6. 3D 图表|Aspose.Slides for Python 文档

    在 Python 中为 PowerPoint 演示文稿设置 3D 图表的 rotationX、rotationY 和 depthpercents... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...draw # 创建一个 Presentation 类的实例 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/3d-chart/
  7. Working Solution for Chart Resizing in PPTX|Asp...

    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....embedded as OLE in a PowerPoint Presentation through Aspose components...visual difference of the presentation between pre and post chart...

    docs.aspose.com/slides/net/working-solution-for...
  8. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......How to Create PowerPoint Presentation using Java How to Create...Create PowerPoint Presentation using Python How to Create Pivot Table...

    kb.aspose.com/categories/page/55/
  9. Shape Effective Properties|Aspose.Slides for No...

    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....frame shape has one); In presentation global text settings; those...= new aspose . slides . Presentation ( "Presentation1.pptx" );...

    docs.aspose.com/slides/nodejs-java/shape-effect...
  10. 3D 演示|Aspose.Slides 文档

    C++ 中的 3D PowerPoint 演示...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); auto shape =...

    docs.aspose.com/slides/zh/cpp/3d-presentation/