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

autoshape

(0.04 sec)
  1. Enhance Your Presentations with AutoFit in Pyth...

    Learn how to manage AutoFit settings in Aspose.Slides for Python via .NET to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability.... slides [ 0 ] autoShape = slide . shapes . add_auto_shape...slides . FillType . SOLID autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/manage-autofi...
  2. 管理文本框|Aspose.Slides for PHP 文档

    使用 PHP 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 PHP 在文本框或文本框架中添加列。使用 PHP 在 PowerPoint 幻灯片中添加带有超链接的文本框。...); # 添加类型设置为 Rectangle 的 AutoShape $ashp = $sld -> getShapes...Slides 提供了 isTextBox() 属性(来自 AutoShape 类),允许您检查形状并找到文本框。 以下 PHP ...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  3. Manage Autofit Settings|Aspose.Slides for PHP D...

    Set the autofit settings for textbox in PowerPoint...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/manage-autofit-...
  4. 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/
  5. 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/
  6. Animated Text|Aspose.Slides for PHP Documentation

    Animated text in PowerPoint with Java...paragraph to add effect $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/animated-text/
  7. 管理文本框|Aspose.Slides 文档

    在 C++ 中将文本框或文本框架添加到 PowerPoint 演示文稿...idx_get ( 0 ); // 添加类型设置为矩形的 AutoShape auto ashp = sld -> get_Shapes...提供 get_IsTextBox() 方法(来自 AutoShape 类),允许您检查形状并查找文本框。 此 C++ 代...

    docs.aspose.com/slides/zh/cpp/manage-textbox/
  8. Animated Text|Aspose.Slides for Node.js via .NE...

    Animated text in PowerPoint with Java...paragraph to add effect var autoShape = presentation . getSlides...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/animated-text/
  9. 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/
  10. Manage Fonts - PowerPoint Java API|Aspose.Slide...

    Presentations usually contain both text and images. This article shows how to use PowerPoint Java API to configure the font properties of paragraphs of text on slides....slide and typecast them to AutoShape . Get the Paragraph from the...the TextFrame exposed by AutoShape . Justify the paragraph. Access...

    docs.aspose.com/slides/php-java/manage-fonts/