Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 5,329 for

autoshape

(0.07 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....placeholder sldText += (( AutoShape ) shp ). TextFrame . Text...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  2. Manage Presentation Slide Masters in .NET|Aspos...

    Manage Slide Masters in Aspose.Slides for .NET: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise C# examples....IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...null ) { if ( autoShape . Placeholder . Type == type ) { return...

    docs.aspose.com/slides/net/slide-master/
  3. Manage Presentation Slide Masters in C++|Aspose...

    Manage Slide Masters in Aspose.Slides for C++: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise C++ examples....SharedPtr < IAutoShape > autoShape = System :: AsCast < Aspose...shape ); if ( autoShape != nullptr ) { if ( autoShape -> get_Placeholder...

    docs.aspose.com/slides/cpp/slide-master/
  4. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for PHP via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....new Presentation (); try { $autoshape = $presentation -> getSlides...100 , 100 , 400 , 100 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/slide-transition/
  5. 在 PHP 中管理演示文稿的超链接|Aspose.Slides for PHP 文档

    轻松地使用 Aspose.Slides for PHP via Java 管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。...{ $autoShape = $shape ; if ( ! java_is_null ( $autoShape )) {...{ foreach ( $autoShape -> getTextFrame () -> getParagraphs ()...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  6. Manage Presentation Slide Masters in JavaScript...

    Manage Slide Masters in Aspose.Slides for Node.js via Java: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise examples.... size (); i ++ ) { var autoShape = master . getShapes (). get_Item...( i ); if ( autoShape != null ) { if ( autoShape . getPlaceholder...

    docs.aspose.com/slides/nodejs-java/slide-master/
  7. 在 Android 上管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  8. Ինչպես ստեղծել PowerPoint սլայդներ HTML-ում՝ օգ...

    Այս հոդվածը ներառում է, թե ինչպես ստեղծել PowerPoint սլայդներ HTML-ում՝ օգտագործելով Python-ը: Այն նաև ներառում է շրջակա միջավայրի կազմաձևման և Python-ի միջոցով HTML ներկայացման աշխատանքային օրինակների մանրամասները:...ներկայացման մեջ Տեղադրեք Autoshape ուղղանկյուն տիպի ձևի և տեքստային...

    kb.aspose.com/hy/slides/python/how-to-create-po...
  9. Manage Superscript and Subscript in Python|Aspo...

    Master superscript and subscript in Aspose.Slides for Python via .NET and elevate your presentations with professional text formatting for maximum impact.... Add a rectangle AutoShape and access its TextFrame ...

    docs.aspose.com/slides/python-net/superscript-a...
  10. Get all the text in all the slides|Aspose.Slide...

    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....placeholder sldText += (( AutoShape ) shp ). TextFrame . Text...

    docs.aspose.com/slides/net/get-all-the-text-in-...