Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,232 for

autoshape

(0.22 sec)
  1. 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/
  2. Ինչպես ստեղծել PowerPoint սլայդներ HTML-ում՝ օգ...

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

    kb.aspose.com/hy/slides/python/how-to-create-po...
  3. 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...
  4. Presentation Locking|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....[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...[ count ]; //if shape is autoshape if ( shape is AutoShapeEx...

    docs.aspose.com/slides/net/presentation-locking/
  5. 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-...
  6. 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/
  7. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = (Shape) shapes...

    reference.aspose.com/words/java/com.aspose.word...
  8. 管理 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...
  9. Manage Presentation Hyperlinks in JavaScript|As...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js—enhance interactivity and workflow in minutes....IAutoShape" )) { var autoShape = shape ; // Iterates through...frame for ( let i1 = 0 ; i1 < autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  10. 档案

    档案...image); 向幻灯片添加形状: # // 添加椭圆类型的autoshape sld.Shapes.AddAutoShape(ShapeType...100, 100, image); // 添加椭圆类型的autoshape sld.Shapes.AddAutoShape(ShapeType...

    blog.aspose.com/zh/slides/create-edit-powerpoin...