Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 5,190 for

autoshape

(0.12 sec)
  1. Manage Text Boxes in Presentations on Android|A...

    Aspose.Slides for Android via Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....get_Item ( 0 ); // Adds an AutoShape with type set as Rectangle...IAutoShape ) { IAutoShape autoShape = ( IAutoShape ) shape ; System...

    docs.aspose.com/slides/androidjava/manage-textbox/
  2. Enhance Your Presentations with AutoFit in PHP|...

    Manage AutoFit settings in Aspose.Slides for PHP to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/manage-autofit-...
  3. Create and Apply WordArt Effects on Android|Asp...

    Create and customize WordArt effects in Aspose.Slides for Android. This step-by-step guide helps developers enhance presentations with professional text in Java....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/androidjava/wordart/
  4. Create and Apply WordArt Effects in PHP|Aspose....

    Create and customize WordArt effects in Aspose.Slides for PHP via Java. This step-by-step guide helps developers enhance presentations with professional text....getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/php-java/wordart/
  5. Create and Apply WordArt Effects in JavaScript|...

    Create and customize WordArt effects in Aspose.Slides for Node.js. This step-by-step guide helps developers enhance presentations with professional text.... get_Item ( 0 ); var autoShape = slide . getShapes (). addAutoShape..., 200 ); var textFrame = autoShape . getTextFrame (); var portion...

    docs.aspose.com/slides/nodejs-java/wordart/
  6. 在 PHP 中创建和应用 WordArt 效果|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP via Java 中创建和自定义 WordArt 效果。本分步指南帮助开发者使用专业文本增强演示文稿。...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/zh/php-java/wordart/
  7. Animate PowerPoint Text in JavaScript|Aspose.Sl...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js, with easy-to-follow, optimized code examples....paragraph to add effect var autoShape = presentation . getSlides...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/animated-text/
  8. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python.... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/python-net/wordart/
  9. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance presentations with professional text in Java....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/java/wordart/
  10. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....pptx" )) { var autoShape = ( IAutoShape ) presentation...Shapes [ 0 ]; var paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/text-formatting/