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

shp

(0.05 sec)
  1. Manage Presentation Properties with Python|Aspo...

    Master presentation properties in Aspose.Slides for Python via .NET and streamline search, branding and workflow in your PowerPoint files....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-...
  2. 使用 C++ 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for 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...
  3. Convert Shapefile to TopoJSON GIS Data via .NET...

    Try our On-Premise APIs to convert Shapefile to TopoJSON on .NET Framework, .NET Core, C#.... SHP is the file extension for one...

    products.aspose.com/gis/net/conversion/shapefil...
  4. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...遍历形状并设置对找到的表的引用 for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/zh/cpp/manage-table/
  5. GIS Data Manipulation APIs for Python via .NET ...

    Create, read, convert, and process GIS data including GeoPackage, Shapefile, and raster formats. Render maps with a high-performance .NET API for Python on Windows, macOS (Intel & ARM).... ESRI Shapefile: SHP, SHX, DBF GeoPackage: GPKG GeoJSON:...Extensions Read Write ESRI Shapefile .shp, .shx, .dbf, .qix, .cpg ✔️ ✔️...

    products.aspose.com/gis/python-net/
  6. Convert Shapefile to KML GIS Data via .NET or C...

    Try our On-Premise APIs to convert Shapefile to KML on .NET Framework, .NET Core, C#.... SHP is the file extension for one...

    products.aspose.com/gis/net/conversion/shapefil...
  7. Map Viewer APIs for .NET | products.aspose.com

    Develop ESRI-ASCII viewer through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files.... ESRI Shapefile: SHP, SHX, DBF GeoJSON: JSON, GeoJSON...

    products.aspose.com/gis/net/viewer/esri-ascii/
  8. Map Viewer APIs for .NET | products.aspose.com

    Develop MapInfo-MIF viewer through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files.... ESRI Shapefile: SHP, SHX, DBF GeoJSON: JSON, GeoJSON...

    products.aspose.com/gis/net/viewer/mapinfo-mif/
  9. Map Viewer APIs for .NET | products.aspose.com

    Convert from KML to SVG through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files.... ESRI Shapefile: SHP, SHX, DBF GeoJSON: JSON, GeoJSON...

    products.aspose.com/gis/net/viewer/kml-to-svg/
  10. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。...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/