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

shp

(0.03 sec)
  1. 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/
  2. 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
  3. 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...
  4. 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...
  5. 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
  6. 管理行和列|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...
  7. 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/
  8. 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/
  9. 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-...
  10. 管理表格|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...