Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,092 for

shp

(0.08 sec)
  1. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......Family 所有类别的答案 最新答案 如何在 C# 中将 SHP 转换为 GPX 如何在 C# 中将 Microsoft Project...

    kb.aspose.com/zh/categories/page/77/
  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/37/
  3. Manage Presentation Properties in PHP|Aspose.Sl...

    Master presentation properties in Aspose.Slides for PHP via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....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...
  4. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......Family 所有类别的答案 最新答案 如何在 C# 中将 SHP 转换为 Geojson 如何在 C# 中将 HTML 页面转换为...

    kb.aspose.com/zh/categories/page/74/
  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. 在 Android 上管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 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...
  7. Manage Presentation Properties in JavaScript|As...

    Master presentation properties in Aspose.Slides for Node.js via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....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...
  8. Manage Presentation Properties in Java|Aspose.S...

    Master presentation properties in Aspose.Slides for Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....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...
  9. Map Viewer APIs for .NET | products.aspose.com

    Develop map 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/
  10. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....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/