Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 4,909 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 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/
  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 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/
  5. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...get_Item ( 0 ); // 添加类型设置为矩形的 AutoShape IAutoShape ashp = sld . getShapes...Slides 提供 isTextBox() 属性(来自 AutoShape 类),允许您检查形状并查找文本框。 以下 Java...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  6. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C# or .NET...Slides [ 0 ]; // Adds an AutoShape with type set as Rectangle...IAutoShape autoShape ) { Console . WriteLine ( autoShape . IsTextBox...

    docs.aspose.com/slides/net/manage-textbox/
  7. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET...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/
  8. 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/
  9. 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/
  10. 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/