Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,909 for

autoshape

(0.08 sec)
  1. Format PowerPoint Shapes in Python|Aspose.Slide...

    Learn how to format PowerPoint shapes in Python using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....we formatted a rectangle AutoShape : import aspose.slides as...[ 0 ] # Adds a rectangle autoshape shp = sld . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/shape-formatt...
  2. Ellipse|Aspose.Slides for PHP Documentation

    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.... Add an AutoShape of Ellipse type using addAutoShape...-> get_Item ( 0 ); # Add AutoShape of ellipse type $sld -> getShapes...

    docs.aspose.com/slides/php-java/ellipse/
  3. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片中文本段落的字体属性。...Placeholder 形状,并将其强制转换为 AutoShape 。 获取 AutoShape 暴露的 TextFrame 中的 Paragraph...访问幻灯片中的第一个和第二个占位符,并将其强制转换为 AutoShape ITextFrame tf1 = (( IAutoShape...

    docs.aspose.com/slides/zh/java/manage-fonts/
  4. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...we formatted a rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/java/shape-formatting/
  5. Create PowerPoint Presentation using PHP|Aspose...

    Learn how to create PowerPoint Presentations e.g. PPT, PPTX using PHP from scratch.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); # Add an autoshape of type line $slide -> getShapes...

    docs.aspose.com/slides/php-java/create-presenta...
  6. 在 Python 中为 PowerPoint 文本添加动画|Aspose.Slides for...

    使用 Aspose.Slides for Python 在 PowerPoint 和 OpenDocument 演示文稿中创建动态文本动画,并提供易于上手且优化的代码示例。...presentation : # 选择要添加效果的段落 autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/zh/python-net/animated-t...
  7. Line|Aspose.Slides Documentation

    Add line in PowerPoint presentation in C# or .NET... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line sld . Shapes...

    docs.aspose.com/slides/net/line/
  8. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in Java...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/androidjava/picture-frame/
  9. Manage PowerPoint Paragraph in C#|Aspose.Slides...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C# or .NET..., 150 ); // Accesses the AutoShape TextFrame ITextFrame tf =...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/net/manage-paragraph/
  10. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/java/manage-bullet/