Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 4,473 for

autoshape

(0.03 sec)
  1. Enhance Your Presentations with AutoFit in C#|A...

    Learn how to manage AutoFit settings in Aspose.Slides for .NET to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...FillType = FillType . Solid ; autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/manage-autofit-setti...
  2. WordArt|Aspose.Slides for PHP 文档

    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....getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/zh/php-java/wordart/
  3. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C++...the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/cpp/manage-placeholder/
  4. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...using Shapes collection as AutoShape . Highlight the text using..."SomePresentation.pptx" ); (( AutoShape ) presentation . Slides [...

    docs.aspose.com/slides/net/text-formatting/
  5. Animated Text|Aspose.Slides Documentation

    Add animated text and effects to PowerPoint presentation in C# or .NET...to add effect IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/animated-text/
  6. WordArt|Aspose.Slides 文档

    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....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/zh/java/wordart/
  7. WordArt|Aspose.Slides 文档

    在 C# 或 Aspose.Slides for .NET 中添加、操作和管理 PowerPoint 演示文稿中的 WordArt 和效果...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...); ITextFrame textFrame = autoShape . TextFrame ; Portion portion...

    docs.aspose.com/slides/zh/net/wordart/
  8. 管理自适应设置|Aspose.Slides 文档

    在 Java 中设置 PowerPoint 中文本框的自适应设置...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-au...
  9. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in C++...we formatted a rectangle AutoShape : // Instantiates a presentation...-> idx_get ( 0 ); // Adds autoshape of rectangle type auto shape...

    docs.aspose.com/slides/cpp/shape-formatting/
  10. Animated Text|Aspose.Slides for Python Document...

    Add animated text and effects to PowerPoint presentation in Python...select paragraph to add effect autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/animated-text/