Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,743 for

shp

(0.05 sec)
  1. 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/
  2. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....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/
  3. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows....table found for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/cpp/manage-table/
  4. 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/
  5. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows....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/
  6. Manage Presentation Properties in C++|Aspose.Sl...

    Master presentation properties in Aspose.Slides for C++ and streamline search, branding and workflow in your PowerPoint and OpenDocument files....:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...

    docs.aspose.com/slides/cpp/presentation-propert...
  7. Manage Presentation Tables in JavaScript|Aspose...

    Create & edit tables in PowerPoint slides with JavaScript and Aspose.Slides for Node.js. Discover simple code examples to streamline your table workflows.... 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/
  8. Map Viewer APIs for .NET | products.aspose.com

    Convert from GeoTIFF 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/geotiff-to-svg/
  9. Map Viewer APIs for .NET | products.aspose.com

    Convert from GeoJSON to PNG 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/geojson-to-png/
  10. Map Viewer APIs for .NET | products.aspose.com

    Convert from KML to PNG 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-png/