Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,290 for

shp

(0.08 sec)
  1. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in C++...the table for ( const auto & shp : sld -> get_Shapes ()) { if...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  2. 管理行和列|Aspose.Slides for Python 文档

    在 Python 中管理 PowerPoint 演示文稿中的表格行和列...遍历形状并设置对表格的引用 for shp in sld . shapes : if type ( shp ) is slides .... Table : tbl = shp # 将表格的第一行设置为标题 tbl . first_row = True # 将演示文稿保存到磁盘...

    docs.aspose.com/slides/zh/python-net/manage-row...
  3. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......转换为 PSD 如何在 C# 中将 GeoJSON 转换为 SHP 如何在 C# 中更改 SVG 背景颜色 如何在 C# 中删除...

    kb.aspose.com/zh/categories/page/27/
  4. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......C# 中将 VSX 转换为 HTML 如何在 C# 中将 SHP 转换为 GPX 如何在 C# 中将 PUB 转换为 PNG...

    kb.aspose.com/zh/categories/page/69/
  5. 管理行和列|Aspose.Slides for PHP 文档

    管理 PowerPoint 演示文稿中的表格行和列...getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # 将表格的第一行设置为其标题 $tbl -> setFirstRow...

    docs.aspose.com/slides/zh/php-java/manage-rows-...
  6. Presentation Properties|Aspose.Slides for PHP D...

    Manage PowerPoint presentation properties in PHP...new rectangle shape with text $shp = $pres -> getSlides () -> get_Item...Rectangle , 50 , 50 , 150 , 50 ); $shp -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/presentation-pr...
  7. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations...getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # Sets the text for the first...

    docs.aspose.com/slides/php-java/manage-table/
  8. 管理行和列|Aspose.Slides 文档

    在 Java 中管理 PowerPoint 演示文稿中的表格行和列...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 将表格的第一行设置为其标题 tbl . setFirstRow...

    docs.aspose.com/slides/zh/androidjava/manage-ro...
  9. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......中将 XSL FO 渲染为 PDF 如何在 C# 中将 SHP 转换为 GPX 如何在 C# 中将 Microsoft Project...

    kb.aspose.com/zh/categories/page/66/
  10. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in Java...rectangle shape with text IAutoShape shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/androidjava/presentation...