Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,761 for

shp

(0.03 sec)
  1. 动态添加文本|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.... Shape shp = sld . Shapes . AddTextbox (...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/zh/net/adding-text-dynam...
  2. Line|Aspose.Slides Documentation

    Add line in PowerPoint presentation in C# or .NET...autoshape of type line IAutoShape shp = sld . Shapes . AddAutoShape...some formatting on the line shp . LineFormat . Style = LineStyle...

    docs.aspose.com/slides/net/line/
  3. Format Text|Aspose.Slides Documentation

    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....//Access the third shape Shape shp = slide . Shapes [ 2 ]; //Change...height to 32 TextFrame tf = shp . TextFrame ; Paragraph para...

    docs.aspose.com/slides/net/format-text/
  4. Line|Aspose.Slides Documentation

    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....AutoShape of type line IAutoShape shp = sld . getShapes (). addAutoShape...some formatting on the line shp . getLineFormat (). setStyle...

    docs.aspose.com/slides/androidjava/line/
  5. Line|Aspose.Slides for PHP Documentation

    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....Add an AutoShape of type line $shp = $sld -> getShapes () -> addAutoShape...some formatting on the line $shp -> getLineFormat () -> setStyle...

    docs.aspose.com/slides/php-java/line/
  6. 形状格式化|Aspose.Slides 文档

    在 Java 的 PowerPoint 演示中格式化形状...( 0 ); // 添加矩形类型的自动形状 IShape shp = sld . getShapes (). addAutoShape... 150 , 75 ); // 设置矩形形状的填充颜色 shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/shape-formatting/
  7. How to Create a Shapefile in C#

    This quick tutorial guides on how to create a ShapeFile in C#. You can generate Shapefile in C# by adding different attributes and features to it without using any other third party graphics tool.... You can create SHP file in C# by adding attributes...vector layer that is saved as a SHP file. Steps to Create New Shapefile...

    kb.aspose.com/gis/net/how-to-create-a-shapefile...
  8. Ինչպես փոխարկել KML-ը SHP-ին՝ օգտագործելով C#

    Այս հոդվածը նկարագրում է, թե ինչպես փոխարկել KML-ը Shp-ի՝ օգտագործելով C#: Այն պարունակում է կազմաձևման մանրամասներ, կոդավորման քայլեր և գործարկվող կոդ՝ KML-ը Shp-ի փոխելու համար՝ օգտագործելով C#:...Family Ինչպես փոխարկել KML-ը SHP-ին՝ օգտագործելով C# Այս հոդվածը...թե **ինչպես փոխարկել KML -ը SHP -ի օգտագործելով C#** կիսելով...

    kb.aspose.com/hy/gis/net/how-to-convert-kml-to-...
  9. View and Render Map|Documentation

    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....Converter SHP to JPEG Converter SHP to PNG Converter SHP to SVG...SVG Converter SHP Viewer TopoJSON Viewer GeoTools - GIS C# Library...

    docs.aspose.com/gis/net/viewer/
  10. 线|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....添加一个类型为线的 AutoShape IAutoShape shp = sld . getShapes (). addAutoShape...150 , 300 , 0 ); // 对线条应用一些格式 shp . getLineFormat (). setStyle...

    docs.aspose.com/slides/zh/java/line/