Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 4,476 for

autoshape

(0.06 sec)
  1. 管理自适应设置|Aspose.Slides 文档

    在 Java 中设置 PowerPoint 中文本框的自适应设置...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-au...
  2. Manage Fonts - PowerPoint JavaScript API|Aspose...

    Presentations usually contain both text and images. This article shows how to use PowerPoint JavaScript 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/nodejs-java/manage-fonts/
  3. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in Java...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...all words 'important' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/androidjava/text-formatt...
  4. 管理占位符|Aspose.Slides for Python 文档

    在Python中更改PowerPoint演示文稿中的占位符文本和提示文本...将占位符形状强制转换为 AutoShape ,并使用 TextFrame 修改与 AutoShape 相关联的文本。 保存修改后的演示文稿。...type ( shape ) is slides . AutoShape : text = "" if shape . placeholder...

    docs.aspose.com/slides/zh/python-net/manage-pla...
  5. 管理自动调整设置|Aspose.Slides for Python 文档

    在 Python 中设置 PowerPoint 中文本框的自动调整设置... slides [ 0 ] autoShape = slide . shapes . add_auto_shape...slides . FillType . SOLID autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/zh/python-net/manage-aut...
  6. 管理自动适应设置|Aspose.Slides 文档

    在 Java 中为 PowerPoint 的文本框设置自动适应设置...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/manage-autofit-s...
  7. 管理自动调整设置|Aspose.Slides for PHP 文档

    设置 PowerPoint 中文本框的自动调整设置...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/manage-autof...
  8. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET... Add an AutoShape in the selected slide. Access...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  9. 动画文本|Aspose.Slides for PHP 文档

    使用 Java 在 PowerPoint 中创建动画文本...pptx" ); try { # 选择要添加效果的段落 $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/animated-text/
  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/java/manage-fonts/