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

autoshape

(0.03 sec)
  1. 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/
  2. 将 PowerPoint 转换为 Word|Aspose.Slides 文档

    在 C++ 中将 PowerPoint 演示文稿转换为 Word...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  3. 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/
  4. 管理 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/
  5. 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/
  6. 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/
  7. 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/
  8. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); // 添加一个矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  9. Shape Formatting|Aspose.Slides for Python Docum...

    Format shape in PowerPoint presentation in Python...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...
  10. 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/