Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 4,754 for

shp

(0.26 sec)
  1. 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/
  2. Manage Presentation Placeholders on Android|Asp...

    Effortlessly manage placeholders in Aspose.Slides for Android via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...placeholder (( IAutoShape ) shp ). getTextFrame (). setText (...

    docs.aspose.com/slides/androidjava/manage-place...
  3. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....{ let shp = sld . getShapes (). get_Item ( i ); if ( shp . getPlaceholder...the text in each placeholder shp . getTextFrame (). setText (...

    docs.aspose.com/slides/nodejs-java/manage-place...
  4. Convert GeoJSON to KML in C#

    This article guides to convert GeoJSON to KML in C#. It has step wise process, IDE settings, and a running code for GeoJSON to KML converter in C#....convert a GeoJSON file to a SHP file, refer to the article on...on how to convert GeoJSON to SHP in C# . Updated on 29 Nov 2023...

    kb.aspose.com/gis/net/convert-geojson-to-kml-in...
  5. Insertion of a document at a bookmark updates h...

    Hi Aspose Team, I’m noticing that when I insert a document (Charts_EXECSUM.docm) at a bookmark location in word document (Template_Stnd_Plan_Text.docm), the table of content is updating in all caps for the newly inserte…...foreach (Shape shp in oleObjects) { Builder.MoveTo(shp); //move to...excel chart string SourceItem = shp.OleFormat.SourceItem; Stream...

    forum.aspose.com/t/insertion-of-a-document-at-a...
  6. Creating a Table on PowerPoint Slide in VSTO an...

    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.... Shape shp = sld . Shapes . AddTable ( 15...); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int j...

    docs.aspose.com/slides/net/creating-a-table-on-...
  7. gml Viewer API in C#

    Develop a gml viewer with an API designed specifically for net / C# developers....SVG Convert SHP to JPEG Convert SHP to PNG Convert SHP to SVG ESRI-ASCII...MapInfo-TAB Viewer OSM Viewer SHP Viewer TopoJSON Viewer 24.04...

    products.aspose.com/gis/net/viewer/gml
  8. geojson Viewer API in C#

    Develop a geojson viewer with an API designed specifically for net / C# developers....SVG Convert SHP to JPEG Convert SHP to PNG Convert SHP to SVG ESRI-ASCII...MapInfo-TAB Viewer OSM Viewer SHP Viewer TopoJSON Viewer 24.04...

    products.aspose.com/gis/net/viewer/geojson
  9. gdb Viewer API in C#

    Develop a gdb viewer with an API designed specifically for net / C# developers....SVG Convert SHP to JPEG Convert SHP to PNG Convert SHP to SVG ESRI-ASCII...MapInfo-TAB Viewer OSM Viewer SHP Viewer TopoJSON Viewer 24.04...

    products.aspose.com/gis/net/viewer/gdb
  10. Manage Presentation Placeholders in Java|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...placeholder (( IAutoShape ) shp ). getTextFrame (). setText (...

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