Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,754 for

shp

(3.43 sec)
  1. Get all the text in a slide|Aspose.Slides Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....foreach ( Shape shp in sld . Shapes ) if ( shp . Placeholder ...texts . Add ((( AutoShape ) shp ). TextFrame . Text ); } } //...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  2. 4572-Shapefile to MapInfoTab conversion succeed...

    Hi Alexander, Problem: Shapefile to MapInfoTab conversion succeeded but result is getting open with error in QGIS Screenshoot: https://app.screencast.com/qGBNgXcFlRFcG Sample(input/output/log/QGIS) Bug 4572 Shapefi…...Shapefile var shp = ShapefileReader.Open(@"Input\roads.shp"); // Export...) { foreach (var feature in shp) { mifWriter.Write(feature);...

    forum.aspose.com/t/4572-shapefile-to-mapinfotab...
  3. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...Dim shp As Shape For Each shp In ActiveSheet.Shapes If shp.Type...= msoGroup Then shp.Ungroup End If Next shp End Sub 5 Run the...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  4. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......Python-ում Ինչպես փոխարկել KML-ը SHP-ին՝ օգտագործելով C# Ինչպես փոխարկել...SVG-ի Java-ում Ինչպես փոխարկել SHP-ն Geojson-ին C#-ում «« « 77 78...

    kb.aspose.com/hy/categories/page/79/
  5. Complete Guide: Shapefile to CSV in Python

    Learn how to convert Shapefile to CSV in Python with Aspose.GIS for Python via .NET. Quick setup, full code example, and practical tips for reliable CSV export....shp file into an output .csv file...the full path for the source .shp file and the target .csv file...

    blog.aspose.com/gis/convert-shapefile-to-csv-in...
  6. Convert GPX to Shapefile GIS Data via .NET or C...

    Try our On-Premise APIs to convert GPX to Shapefile on .NET Framework, .NET Core, C#.... SHP is the file extension for one...Object Notation) GPX TO SHP (ESRI SHP) GPX TO GeoJSON (GeoJSON)...

    products.aspose.com/gis/net/conversion/gpx-to-s...
  7. Convert KML to Shapefile GIS Data via .NET or C...

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

    products.aspose.com/gis/net/conversion/kml-to-s...
  8. 获取幻灯片中的所有文本|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....foreach ( Shape shp in sld . Shapes ) if ( shp . Placeholder ...texts . Add ((( AutoShape ) shp ). TextFrame . Text ); } } //...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  9. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....getShapes () as $shp ) { if ( ! java_is_null ( $shp -> getPlaceholder...the text in each placeholder $shp -> getTextFrame () -> setText...

    docs.aspose.com/slides/php-java/manage-placehol...
  10. Manage Presentation Placeholders in .NET|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....foreach ( IShape shp in sld . Shapes ) if ( shp . Placeholder ...placeholder (( IAutoShape ) shp ). TextFrame . Text = "This is...

    docs.aspose.com/slides/net/manage-placeholder/