Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,693 for

shp

(0.1 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 管理行和列|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...
  5. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......PDF 转换为演示文稿 如何使用 C# 将 KML 转换为 SHP 如何在 C# 中将 MS 项目导出为 PDF 如何使用 Python...

    kb.aspose.com/zh/categories/page/52/
  6. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) tbl...tbl = ( ITable ) shp ; // Sets the text for the first column of...

    docs.aspose.com/slides/net/manage-table/
  7. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // Sets the text for the first...

    docs.aspose.com/slides/java/manage-table/
  8. 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/
  9. 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...
  10. Manage Table|Aspose.Slides for Python Documenta...

    Create and manage table in PowerPoint presentations in Python...table found for shp in sld . shapes : if type ( shp ) is slides .... Table : tbl = shp # Sets the text for the first column of the...

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