Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,290 for

shp

(0.03 sec)
  1. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in C++...:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...

    docs.aspose.com/slides/cpp/presentation-propert...
  2. 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/
  3. 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/
  4. 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/
  5. 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/
  6. 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...
  7. 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...
  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. 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
  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/