Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 5,232 for

autoshape

(0.1 sec)
  1. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance presentations with professional text in Java....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/java/wordart/
  2. Manage Presentation Placeholders in .NET|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....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/
  3. 管理 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...
  4. 文本框|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...
  5. 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-...
  6. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/manage-textbox/
  7. Create and Apply WordArt Effects on Android|Asp...

    Create and customize WordArt effects in Aspose.Slides for Android. This step-by-step guide helps developers enhance presentations with professional text in Java....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/androidjava/wordart/
  8. Create and Apply WordArt Effects in PHP|Aspose....

    Create and customize WordArt effects in Aspose.Slides for PHP via Java. This step-by-step guide helps developers enhance presentations with professional text....getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/php-java/wordart/
  9. Enhance Your Presentations with AutoFit in .NET...

    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...
  10. 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/