Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,093 for

autoshape

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

    Add animated text and effects to PowerPoint presentation in Python...select paragraph to add effect autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/animated-text/
  3. 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/
  4. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in C++...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint presentation with Aspose.Slides...paragraph to add effect auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/cpp/animated-text/
  6. 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/
  7. 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/
  8. 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...
  9. 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/
  10. WordArt|Aspose.Slides 文档

    在 C# 或 Aspose.Slides for .NET 中添加、操作和管理 PowerPoint 演示文稿中的 WordArt 和效果...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...); ITextFrame textFrame = autoShape . TextFrame ; Portion portion...

    docs.aspose.com/slides/zh/net/wordart/