Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,478 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. 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. 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/
  5. 管理占位符|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  6. 动画文本|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/
  7. 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/
  8. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in C++...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/cpp/manage-autofit-setti...
  9. 文本格式化|Aspose.Slides 文档

    在 C# 中管理和操作文本及文本框属性... 使用 Shapes 集合访问形状,并将其转换为 AutoShape 。 使用 TextFrame.Highlight()..."SomePresentation.pptx" ); (( AutoShape ) presentation . Slides [...

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

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

    docs.aspose.com/slides/zh/net/animated-text/