Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,093 for

autoshape

(0.02 sec)
  1. Ellipse|Aspose.Slides Documentation

    Create ellipse in PowerPoint presentation in C# or .NET...by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . Slides [ 0 ]; // Add autoshape of ellipse type sld . Shapes...

    docs.aspose.com/slides/net/ellipse/
  2. Line|Aspose.Slides for Python Documentation

    Add line in PowerPoint presentation in Python... Add an AutoShape of Line type using add_auto_shape...pres . slides [ 0 ] # Add an autoshape of type line sld . shapes...

    docs.aspose.com/slides/python-net/line/
  3. 形状格式化|Aspose.Slides 文档

    在 C++ 中格式化 PowerPoint 演示文稿中的形状... 以下 C++ 代码演示了格式化矩形 AutoShape 的操作: // 实例化一个表示演示文稿文件的演示文稿类...( 0 ); // 添加一个椭圆自动形状 auto autoShape = slide -> get_Shapes () ->...

    docs.aspose.com/slides/zh/cpp/shape-formatting/
  4. 将 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...
  5. 在 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...
  6. 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/
  7. Create PowerPoint Presentation in JavaScript|As...

    Learn how to create PowerPoint Presentations e.g. PPT, PPTX using JavaScript 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/nodejs-java/create-prese...
  8. 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...
  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. 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/