Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,093 for

autoshape

(0.04 sec)
  1. Ellipse|Aspose.Slides for PHP 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.... Add an AutoShape of Ellipse type using addAutoShape...-> get_Item ( 0 ); # Add AutoShape of ellipse type $sld -> getShapes...

    docs.aspose.com/slides/php-java/ellipse/
  2. Picture Frame|Aspose.Slides for PHP Documentation

    Add a picture frame to a PowerPoint presentation in PHP...$shapesCount ) ; $i ++ ) { $autoShape = $presentation -> getSlides...$i ); if ( java_is_null ( $autoShape -> getPlaceholder ())) { continue...

    docs.aspose.com/slides/php-java/picture-frame/
  3. Manage PowerPoint Paragraph|Aspose.Slides for P...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in PHP...get_Item ( 0 ); # Add an AutoShape of Rectangle type $ashp =...# Access TextFrame of the AutoShape $tf = $ashp -> getTextFrame...

    docs.aspose.com/slides/php-java/manage-paragraph/
  4. Ellipse|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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/java/ellipse/
  5. Shape Formatting|Aspose.Slides for PHP Document...

    Format shape in PowerPoint presentation...we formatted a rectangle AutoShape : # Instantiates a presentation...-> get_Item ( 0 ); # Adds autoshape of rectangle type $shp = $sld...

    docs.aspose.com/slides/php-java/shape-formatting/
  6. 动画文本|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿添加动画文本和效果...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/zh/net/animated-text/
  7. 动画文本|Aspose.Slides 文档

    使用Java在PowerPoint中制作动画文本...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/animated-...
  8. 动画文本|Aspose.Slides 文档

    使用Java在PowerPoint中创建动画文本...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/animated-text/
  9. Manage TextBox|Aspose.Slides for Python Documen...

    Manage a text box or text frame in PowerPoint presentations using Python... slides [ 0 ] # Adds an AutoShape with type set as Rectangle...is_text_box property from the AutoShape class, allowing you to examine...

    docs.aspose.com/slides/python-net/manage-textbox/
  10. Text Formatting|Aspose.Slides for Node.js via ....

    Manage and manipulate text and text frame properties in JavaScript...Presentation (); try { var autoShape = pres . getSlides (). get_Item..., 50 , 50 , 200 , 100 ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/text-formatt...