Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,743 for

shp

(0.03 sec)
  1. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C++...table found for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/cpp/manage-table/
  2. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 设置第二行第一列的文本 tbl . get_Item...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  3. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 设置第二行第一列的文本 tbl . get_Item...

    docs.aspose.com/slides/zh/java/manage-table/
  4. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...迭代形状并设置找到的表格的引用 for shp in sld . shapes : if type ( shp ) is slides .... Table : tbl = shp # 设置第二行第一列的文本 tbl . rows [ 0 ][ 1 ] . text_frame...

    docs.aspose.com/slides/zh/python-net/manage-table/
  5. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格...遍历形状并设置对找到的表格的引用 for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/zh/cpp/manage-table/
  6. Presentation Properties|Aspose.Slides for Pytho...

    Manage PowerPoint presentation properties in Python...Presentation ( load_options ) as pres : shp = pres . slides [ 0 ] . shapes...50 , 150 , 150 ) text_frame = shp . text_frame text_frame . text...

    docs.aspose.com/slides/python-net/presentation-...
  7. 管理表格|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的表格...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) tbl...tbl = ( ITable ) shp ; // 设置第二行第一列的文本 tbl [ 0 , 1 ]. TextFrame...

    docs.aspose.com/slides/zh/net/manage-table/
  8. 管理表格|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建和管理表格...getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # 设置第二行第一列的文本 $tbl -> get_Item...

    docs.aspose.com/slides/zh/php-java/manage-table/
  9. 演示文稿属性|Aspose.Slides 文档

    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....// 添加一个带有文本的新矩形形状 IAutoShape shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/zh/androidjava/presentat...
  10. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...rectangle shape with text IAutoShape shp = pres . Slides [ 0 ]. Shapes...Rectangle , 50 , 50 , 150 , 50 ); shp . TextFrame . Text = "New Text"...

    docs.aspose.com/slides/net/text-formatting/