Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,901 for

autoshape

(0.02 sec)
  1. 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/
  2. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations on Android in Java...get_Item ( 0 ); // Add an AutoShape of Rectangle type IAutoShape...// Access TextFrame of the AutoShape ITextFrame tf = ashp . getTextFrame...

    docs.aspose.com/slides/androidjava/manage-parag...
  3. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...we formatted a rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/java/shape-formatting/
  4. 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/
  5. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C# or .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/net/picture-frame/
  6. 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/
  7. 动画文本|Aspose.Slides 文档

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

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

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

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

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

    docs.aspose.com/slides/zh/java/animated-text/
  10. 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/