Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,093 for

autoshape

(0.04 sec)
  1. 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/
  2. 动画文本|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/
  3. Create and Apply WordArt Effects in C#|Aspose.S...

    Learn how to create and customize WordArt effects in Aspose.Slides for .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in C#....Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...); ITextFrame textFrame = autoShape . TextFrame ; IPortion portion...

    docs.aspose.com/slides/net/wordart/
  4. 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...
  5. 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/
  6. WordArt|Aspose.Slides for Python 文档

    在 Python 或 Aspose.Slides for Python via .NET 中添加、操作和管理 PowerPoint 演示文稿中的 WordArt 和效果... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/zh/python-net/wordart/
  7. 字体艺术|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/zh/androidjava/wordart/
  8. 管理占位符|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...
  9. 管理占位符|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  10. 管理自动调整设置|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...