Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,693 for

shp

(0.05 sec)
  1. 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/
  2. 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/androidjava/manage-table/
  3. Latest Aspose.GIS Product Family topics - Free ...

    Get technical support of Aspose.GIS for .NET....develop an app which creates SHP files 1 790 October 13, 2023...

    forum.aspose.com/c/gis/33
  4. 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/java/presentation-proper...
  5. Presentation Properties|Aspose.Slides for Node....

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

    docs.aspose.com/slides/nodejs-java/presentation...
  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++ 中管理 PowerPoint 演示文稿中的表格行和列...迭代形状并设置表格的引用 for ( const auto & shp : sld -> get_Shapes ()) { if...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/zh/cpp/manage-rows-and-c...
  8. GeoJSON

    GeoJSON is a file format for representing geospatial data in JSON (JavaScript Object Notation) format. It is widely used in web mapping applications and can represent different types of geometries such as points, lines, and polygons....including SHP files. Here's an example of how to create a SHP file...

    products.aspose.com/gis/net/gis-formats/geojson/
  9. Manage Table|Aspose.Slides for Node.js via .NET...

    Create and manage table in PowerPoint presentations in JavaScript... size (); i ++ ) { let shp = sld . getShapes (). get_Item...instanceOf ( shp , "com.aspose.slides.ITable" )) { tbl = shp ; // Sets...

    docs.aspose.com/slides/nodejs-java/manage-table/
  10. 管理表格|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/