Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 10,113 for

presentation

(0.03 sec)
  1. 比较幻灯片|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 presentation1 = new Presentation ( "AccessSlides...); try { Presentation presentation2 = new Presentation ( "HelloWorld...

    docs.aspose.com/slides/zh/androidjava/compare-s...
  2. 文本格式化|Aspose.Slides 文档

    在Java中管理和操作文本及文本框属性...下面的代码片段展示了如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...下面的代码片段展示了如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/java/text-formatting/
  3. 设置OLE图标的标题|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....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); // 在幻灯片中添加OLE对象...

    docs.aspose.com/slides/zh/cpp/set-caption-to-ol...
  4. Animated Text|Aspose.Slides for Node.js via .NE...

    Animated text in PowerPoint with Java...paragraph: var presentation = new aspose . slides . Presentation ( "Presentation...add effect var autoShape = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/nodejs-java/animated-text/
  5. Rectangle|Aspose.Slides for Python Documentation

    Create rectangle in PowerPoint Presentation in Python...a selected slide of the presentation, please follow the steps...below: Create an instance of Presentation class. Obtain the reference...

    docs.aspose.com/slides/python-net/rectangle/
  6. Manage TextBox|Aspose.Slides for Node.js via .N...

    Manage a text box or text frame in PowerPoint Presentations using JavaScript...Create an instance of the Presentation class. Obtain a reference...slide in the newly created presentation. Add an AutoShape object...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  7. 视频框|Aspose.Slides 文档

    在Java中向PowerPoint演示文稿添加视频框... 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...// 实例化PresentationPresentation pres = new Presentation ( "pres...

    docs.aspose.com/slides/zh/java/video-frame/
  8. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...code: // Instantiates a Presentation class that represents a...ODP etc. Presentation presentation = new Presentation("C:\\Temp\\input...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  9. 组|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....Slides 将组形状添加到幻灯片: 创建 Presentation 类的实例。 通过其索引获取幻灯片的引用。 将组形状添加到幻灯片。...实例化 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/group/
  10. 在Python中自定义PowerPoint字体|Aspose.Slides for Pytho...

    Python中的PowerPoint自定义字体... Presentation ( path + "DefaultFonts.pptx"...pptx" ) as presentation : presentation . save ( "NewFonts_out...

    docs.aspose.com/slides/zh/python-net/custom-font/