Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,473 for

autoshape

(0.03 sec)
  1. 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...
  2. Text Formatting|Aspose.Slides for Python Docume...

    Manage and manipulate text and text frame properties in Python...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/text-formatting/
  3. 管理占位符|Aspose.Slides 文档

    在C++中更改PowerPoint演示文稿中的占位符文本和提示文本... 将占位符形状强制转换为 AutoShape 并使用与 AutoShape 相关联的 TextFrame 更改文本。...// 访问幻灯片中的第一个和第二个占位符,并强制转换为AutoShape SharedPtr < IShape > shape...

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  4. 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/
  5. Manage PowerPoint Paragraph|Aspose.Slides for P...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in PHP...get_Item ( 0 ); # Add an AutoShape of Rectangle type $ashp =...# Access TextFrame of the AutoShape $tf = $ashp -> getTextFrame...

    docs.aspose.com/slides/php-java/manage-paragraph/
  6. 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...
  7. 动画文本|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿添加动画文本和效果...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/zh/net/animated-text/
  8. 动画文本|Aspose.Slides 文档

    使用Java在PowerPoint中制作动画文本...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/androidjava/animated-...
  9. 动画文本|Aspose.Slides 文档

    使用Java在PowerPoint中创建动画文本...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/animated-text/
  10. 动画文本|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/