Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 4,026 for

shp

(0.19 sec)
  1. C#でシェープファイルを作成する方法

    このクイックチュートリアルは、C#でShapeFileを作成する方法について説明しています。他のサードパーティのグラフィックツールを使用せずに、さまざまな属性や機能を追加することで、C#でシェープファイルを生成できます。... SHP ファイルとして保存されているベクターレイヤーに属性、ジオ...メトリポイント、フィーチャを追加することで、 C#でSHPファイルを作成**できます。 C#で新しいシェープファイルを作成する手順...

    kb.aspose.com/ja/gis/net/how-to-create-a-shapef...
  2. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....collection Vector < Shape > shps = gs . GetGroupedShapes ();...0 ; i < shps . GetLength (); i ++ ) { Shape s = shps [ i ]; AutoShapeType...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  3. Categories

    Знайдіть відповіді за допомогою API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family......на Java Як перетворити KML на SHP за допомогою C# Як конвертувати...PST на Python Як перетворити SHP на Geojson на C# Як перетворити...

    kb.aspose.com/uk/categories/page/49/
  4. تغيير لون تعبئة شكل في عرض تقديمي|توثيق Aspose....

    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 rectangle type IShape shp = sld . Shapes . AddAutoShape...//Set the fill type to Solid shp . FillFormat . FillType = FillType...

    docs.aspose.com/slides/ar/net/change-the-fill-c...
  5. Pythonでプレゼンテーションに長方形を追加|Aspose.Slides for Pytho...

    Aspose.Slides for Python via .NET を使用して長方形を追加し、PowerPoint および OpenDocument のプレゼンテーションを強化します。形状をプログラムで簡単にデザインおよび変更できます。...slides [ 0 ] # 矩形タイプのオートシェイプを追加 shp = sld . shapes . add_auto_shape... 50 ) # 矩形シェイプにいくつかの書式設定を適用 shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/ja/python-net/rectangle/
  6. PHPでプレゼンテーションに矩形を追加|Aspose.Slides for PHP ドキュメント

    Aspose.Slides for PHP via Java を使用して矩形を追加し、PowerPoint プレゼンテーションを強化します — プログラムで簡単に形状を設計・修正できます。...( 0 ); # 楕円形の AutoShape を追加 $shp = $sld -> getShapes () -> addAutoShape...0 ); # 楕円タイプの AutoShape を追加 $shp = $sld -> getShapes () -> addAutoShape...

    docs.aspose.com/slides/ja/php-java/rectangle/
  7. Procurar

    Procurar...método Render salvará o arquivo SHP como um arquivo SVG. O exemplo...VectorLayer.Open(dataDir + "land.shp", Aspose.Gis.Drivers.Shapefile)...

    blog.aspose.com/pt/gis/convert-shapefile-to-svg...
  8. Найдите и замените текст без потери формата в п...

    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 in sld . Shapes ) { //Доступ...тексту в фигуре string str = shp . TextFrame . TextRange . Text...

    docs.aspose.com/slides/ru/net/find-and-replace-...
  9. العثور على النص واستبداله دون فقدان التنسيق في ...

    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 in sld . Shapes ) { //Access...text in the shape string str = shp . TextFrame . TextRange . Text...

    docs.aspose.com/slides/ar/net/find-and-replace-...
  10. Javaでプレゼンテーションに楕円を追加する|Aspose.Slides ドキュメント

    Aspose.Slides for Java を使用して PPT および PPTX プレゼンテーションで楕円形を作成、書式設定、操作する方法を学びます。Java コード例を含む。...楕円タイプの AutoShape を追加する IShape shp = sld . getShapes (). addAutoShape...); // 楕円シェイプにいくつかの書式設定を適用する shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/ja/java/ellipse/