Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,093 for

autoshape

(0.03 sec)
  1. Manage Bullet|Aspose.Slides for PHP Documentation

    Create bullet and numbered lists in PowerPoint presentation... Add an AutoShape in selected slide. Access...); # Adding and accessing Autoshape $aShp = $slide -> getShapes...

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

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

    docs.aspose.com/slides/zh/androidjava/manage-fo...
  3. 动画文本|Aspose.Slides 文档

    使用Aspose.Slides在PowerPoint演示文稿中添加动画文本...pptx" ); // 选择段落以添加效果 auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/zh/cpp/animated-text/
  4. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in C# or .NET...we formatted a rectangle AutoShape : // Instantiates a presentation...pres . Slides [ 0 ]; // Adds autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/shape-formatting/
  5. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Java...get_Item ( 0 ); // Add an AutoShape of Rectangle type IAutoShape...// Access TextFrame of the AutoShape ITextFrame tf = ashp . getTextFrame...

    docs.aspose.com/slides/java/manage-paragraph/
  6. 管理 C++ 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...idx_get ( 0 ); // 添加一个矩形类型的 AutoShape SharedPtr < IAutoShape > ashp...通过其索引访问相关幻灯片的引用。 向所选幻灯片添加一个 autoshape 。 访问 autoshape 的 TextFrame 。 移除 TextFrame...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/
  7. Manage PowerPoint Paragraph in JavaScript|Aspos...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in JavaScript... Add a Rectangle AutoShape to the slide. Get the ITextFrame...ITextFrame associated with the AutoShape . Create two Paragraph objects...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  8. Create PowerPoint Presentation using Java|Aspos...

    Learn how to create PowerPoint Presentations e.g. PPT, PPTX using Java 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/java/create-presentation/
  9. 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...
  10. Line|Aspose.Slides 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 Line type using addAutoShape...get_Item ( 0 ); // Add an AutoShape of type line sld . getShapes...

    docs.aspose.com/slides/java/line/