Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 4,934 for

autoshape

(0.06 sec)
  1. Forcing a Fixed AutoShape Height with Text Auto...

    Hi team, I have an Autoshape with resize shape to fit text enabled. Right now whenever I set the shape height using aspose, it automatically readjusts itself to a particular height. However, I want to force set height …...Forcing a Fixed AutoShape Height with Text Autofit Enabled in...12:33pm 1 Hi team, I have an autoshape with resize shape to fit text...

    forum.aspose.com/t/forcing-a-fixed-autoshape-he...
  2. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using Java...get_Item ( 0 ); // Adds an AutoShape with type set as Rectangle...IAutoShape ) { IAutoShape autoShape = ( IAutoShape ) shape ; System...

    docs.aspose.com/slides/androidjava/manage-textbox/
  3. Text Box|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....box is represented by an AutoShape . Nearly any shape can contain...Box A text box is simply an AutoShape with no fill or border and...

    docs.aspose.com/slides/net/examples/elements/te...
  4. Manage TextBox|Aspose.Slides for Node.js via .N...

    Manage a text box or text frame in PowerPoint presentations using JavaScript...js via Java provides the AutoShape class that allows you to add...shapes added through the AutoShape class may contain text. Note...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  5. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using Java...get_Item ( 0 ); // Adds an AutoShape with type set as Rectangle...IAutoShape ) { IAutoShape autoShape = ( IAutoShape ) shape ; System...

    docs.aspose.com/slides/java/manage-textbox/
  6. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C++...idx_get ( 0 ); // Adds an AutoShape with type set as Rectangle...IAutoShape > ( shape )) { auto autoShape = ExplicitCast < IAutoShape...

    docs.aspose.com/slides/cpp/manage-textbox/
  7. 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...
  8. Format PowerPoint Text in C#|Aspose.Slides Docu...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more with powerful C# code examples....pptx" )) { var autoShape = ( IAutoShape ) presentation...Shapes [ 0 ]; var paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/text-formatting/
  9. Manage TextBox|Aspose.Slides for PHP Documentation

    Manage a text box or text frame in PowerPoint presentations using PHP...get_Item ( 0 ); # Adds an AutoShape with type set as Rectangle...isTextBox method from the AutoShape class, allowing you to examine...

    docs.aspose.com/slides/php-java/manage-textbox/
  10. WordArt|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....getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/php-java/wordart/