Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 56,805 for

presentation

(0.07 sec)
  1. Convert ODP to XML using C++ application | prod...

    Sample C++ conversion code for ODP document to XML format. Use example code for batch ODP to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/odp-t...
  2. 图表绘图区|Aspose.Slides for Python 文档

    获取图表绘图区的宽度、高度。设置布局模式。Python 中的 PowerPoint 演示文稿... 创建 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...as slides with slides . Presentation () as pres : chart = pres...

    docs.aspose.com/slides/zh/python-net/chart-plot...
  3. 组|Aspose.Slides for PHP 文档

    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....Java 向幻灯片添加组形状的方法如下: 创建 Presentation 类的实例。 使用索引获取幻灯片的引用。 向幻灯片添加组形状。...以下示例向幻灯片添加了一个组形状。 # 实例化 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/group/
  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....提供了一种简单的 API 来管理不同图表的趋势线: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...创建一个 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/trend-line/
  5. 获取幻灯片中的所有文本|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 != null ) { // 从演示部分获取演示文稿对象。...从演示部分获取演示文稿对象。 Presentation presentation = presentationPart . Presentation...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  6. Online PPT File Merger or Build Python Apps to ...

    Free online app to combine different PPT files. Python merging library code to merge PPT documents into other formats....using Presentation class object. Select the one presentation as...PPTM Files (Macro-enabled Presentation File) Merge BMP Files (Bitmap...

    products.aspose.com/total/python-net/merge/ppt/
  7. How to Extract Multi-Column Text from a Text Fr...

    Hi Team, I am using aspose slides for cpp. There is a text frame where text is divided into 3 multi columns. I want to be able to extract text according to different columns. Entire text: Hello, this is the first colum…...Load the Presentation : Start by loading your presentation file....Load the presentation System::SharedPtr<Presentation> presentation...

    forum.aspose.com/t/how-to-extract-multi-column-...
  8. Convert PowerPoint to PNG|Aspose.Slides for PHP...

    Convert PowerPoint Presentation to PNG...these steps: Instantiate the Presentation class. Get the slide object...object from the Presentation.getSlides() collection under the ISlide...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. Manage Bullet|Aspose.Slides for Node.js via .NE...

    Create bullet and numbered lists in PowerPoint Presentation in JavaScript...numbers in slides in your presentations. Why Use Bullet Lists? Bullet...lists help you to organize and present information quickly and efficiently...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  10. Export Chart|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.... Presentation pres = new Presentation (); try { IChart...

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