Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 5,190 for

autoshape

(0.07 sec)
  1. Add Trend Lines to Presentation Charts in PHP|A...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for PHP via Java — a practical guide to engage your audience....exposed by Shapes object Add an AutoShape of Line type using AddAutoShape...

    docs.aspose.com/slides/php-java/trend-line/
  2. 获取幻灯片中的所有文本|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.... Add ((( AutoShape ) shp ). TextFrame . Text...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  3. Manage Presentation Properties in PHP|Aspose.Sl...

    Master presentation properties in Aspose.Slides for PHP via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....( $pptxFileName ); try { $autoShape = $pres -> getSlides () ->...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/presentation-pr...
  4. Convert JSON Format to PPSM via C++ | products....

    Parse JSON to PPSM in C++ without using Microsoft PowerPoint...get the first slide, Add an AutoShape of Rectangle type, add TextFrame...

    products.aspose.com/total/cpp/conversion/json-t...
  5. Convert DOCX to PPT via C++ or with free Online...

    Export DOCX to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPT online converter quickly before integrating the code....Presentation object Add an AutoShape in your slide, and add AddTextFrame...idx_get ( 0 ); // add an AutoShape of Rectangle type SharedPtr...

    products.aspose.com/total/cpp/conversion/docx-t...
  6. 幻灯片切换|Aspose.Slides for Node.js via .NET 文档

    PowerPoint 幻灯片切换,PowerPoint 在 JavaScript 中的 Morph 切换...Presentation (); try { var autoshape = presentation . getSlides...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/zh/nodejs-java/slide-tra...
  7. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow....and animations IAutoShape autoShape = presentation . getSlides...IParagraphCollection paragraphCollection = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. Manage Presentation Properties in JavaScript|As...

    Master presentation properties in Aspose.Slides for Node.js via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....pptxFileName ); try { var autoShape = pres . getSlides (). get_Item...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/presentation...
  9. Convert JSON Format to PPT via C++ | products.a...

    Parse JSON to PPT in C++ without using Microsoft PowerPoint...get the first slide, Add an AutoShape of Rectangle type, add TextFrame...

    products.aspose.com/total/cpp/conversion/json-t...
  10. 在 Python 中为演示文稿图表添加趋势线|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 快速在 PowerPoint 和 OpenDocument 图表中添加和自定义趋势线——提供实用指南和代码示例,以提高预测准确性并吸引观众。...AddAutoShape 方法添加类型为 Line 的 AutoShape 设置形状线条的颜色。 将修改后的演示文稿写入 PPTX...

    docs.aspose.com/slides/zh/python-net/trend-line/