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

autoshape

(0.03 sec)
  1. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C# or .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/net/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. 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/
  6. 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/
  7. 形状格式化|Aspose.Slides 文档

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

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

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C++...idx_get ( 0 ); // Add an AutoShape of Rectangle type SharedPtr...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/cpp/manage-paragraph/