Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 4,901 for

autoshape

(0.03 sec)
  1. 管理超链接|Aspose.Slides 文档

    如何在 C++ 中向 PowerPoint 演示文稿添加超链接...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  2. Convert PPTX to Word in Python | products.aspos...

    Convert PPTX to Word in Python. Use Python library API to convert PowerPoint to Word... AutoShape): builder . writeln(shape...

    products.aspose.com/slides/python-net/conversio...
  3. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  4. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...IAutoShape" )) { var autoShape = shape ; // Iterates through...frame for ( let i1 = 0 ; i1 < autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  5. 管理 PowerPoint 段落|Aspose.Slides for PHP 文档

    创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); # 添加矩形类型的 AutoShape $ashp = $slide -> getShapes... 150 , 300 , 150 ); # 访问 AutoShape 的 TextFrame $tf = $ashp ->...

    docs.aspose.com/slides/zh/php-java/manage-parag...
  6. 连接器|Aspose.Slides 文档

    在Java中连接PowerPoint形状...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象提供的...对象提供的 addAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象提供的...

    docs.aspose.com/slides/zh/androidjava/connector/
  7. 连接器|Aspose.Slides 文档

    在 C++ 中连接 PowerPoint 形状...对象公开的 AddAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象公开的...对象公开的 AddAutoShape 方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型,使用 Shapes 对象公开的...

    docs.aspose.com/slides/zh/cpp/connector/
  8. Create PPT Presentations in Node.js | products....

    Generate Microsoft Powerpoint PPT presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/ppt/
  9. Create PPTX Presentations in Node.js | products...

    Generate Microsoft Powerpoint PPTX presentation using Node applications without using Microsoft Office....by Shapes object to add an AutoShape of Line type. Write the modified...

    products.aspose.com/total/nodejs-java/create/pptx/
  10. How to Add Draft Watermark in PPTX using C++

    In this tutorial, we will explore how to add draft Watermark in PPTX using C++. You can insert a confidential watermark in PowerPoint presentation by using easy API interface in C++...Presentation Class instance Add AutoShape in all Master Slides for adding...

    kb.aspose.com/slides/cpp/how-to-add-draft-water...