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

autoshape

(0.06 sec)
  1. 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/
  2. 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...
  3. 将 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...
  4. 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/
  5. 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/
  6. 形状格式化|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/cpp/shape-formatting/
  7. 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/
  8. 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/
  9. 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/
  10. Manage PowerPoint Paragraph in Python|Aspose.Sl...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Python... slides [ 0 ] # Add an AutoShape of Rectangle type ashp = slide...# Access TextFrame of the AutoShape tf = ashp . text_frame # Create...

    docs.aspose.com/slides/python-net/manage-paragr...