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

autoshape

(0.12 sec)
  1. 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-...
  2. 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/
  3. 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/
  4. 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/
  5. 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/
  6. Manage Presentation Placeholders in .NET|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/net/manage-placeholder/
  7. 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/
  8. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。... get_Item ( 0 ); // 添加 AutoShape,类型设置为 Rectangle IAutoShape...IAutoShape ) { IAutoShape autoShape = ( IAutoShape ) shape ; System...

    docs.aspose.com/slides/zh/java/manage-textbox/
  9. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....idx_get ( 0 ); // Adds an AutoShape with type set as Rectangle...IAutoShape > ( shape )) { auto autoShape = ExplicitCast < IAutoShape...

    docs.aspose.com/slides/cpp/manage-textbox/
  10. 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/