Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 5,329 for

autoshape

(0.06 sec)
  1. 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/
  2. 管理 Android 上演示文稿中的文本框|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/manage-te...
  3. 文本框|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中创建和格式化文本框:设置字体、对齐方式、换行、自动适应,以及链接以完善 PowerPoint 和 OpenDocument 的幻灯片。...Slides 中, 文本框 由 AutoShape 表示。几乎所有形状都可以包含文本,但典型的文本框没有填充或边框,只显示文本。...文本框只是一个没有填充或边框并带有某些格式化文本的 AutoShape 。以下是创建方法: def add_text_box...

    docs.aspose.com/slides/zh/python-net/examples/e...
  4. 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-...
  5. 在演示文稿中使用 PHP 管理文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化功能。...Slides for PHP via Java 提供了 AutoShape 类,允许您添加包含文本的形状。 Info Aspose...过 Shape 类添加的形状都能容纳文本。但通过 AutoShape 类添加的形状可以包含文本。 Note 因此,在处理...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  6. Enhance Your Presentations with AutoFit in Java...

    Manage AutoFit settings in Aspose.Slides for Node.js to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability.... get_Item ( 0 ); var autoShape = slide . getShapes (). addAutoShape...slides . FillType . Solid )); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/manage-autof...
  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. 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/
  9. Create and Apply WordArt Effects in .NET|Aspose...

    Create and customize WordArt effects in Aspose.Slides for .NET. This step-by-step guide helps developers enhance presentations with professional text in C#....Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...); ITextFrame textFrame = autoShape . TextFrame ; IPortion portion...

    docs.aspose.com/slides/net/wordart/
  10. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用文本框:使用 Java 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。...Slides 中, 文本框 由 AutoShape 表示。几乎任何形状都可以包含文本,但典型的文本框没有填充或边框,只显示文本。...文本框就是一个没有填充和边框且包含一些格式化文本的 AutoShape 。以下是创建方法: public static void...

    docs.aspose.com/slides/zh/java/examples/element...