Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,466 for

shp

(0.08 sec)
  1. Rechteck|Aspose.Slides für Python Dokumentation

    Rechteck in PowerPoint-Präsentation in Python erstellen...Autohshape vom Typ Rechteck hinzu shp = sld . shapes . add_auto_shape...Formatierungen auf die Rechteckform an shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/de/python-net/rectangle/
  2. Динамическое добавление текста|Документация Asp...

    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/ru/net/adding-text-dynam...
  3. نحوه ایجاد Shapefile در سی شارپ

    این آموزش سریع نحوه ایجاد ShapeFile در سی شارپ را راهنمایی می کند. می‌توانید با افزودن ویژگی‌ها و ویژگی‌های مختلف به آن بدون استفاده از ابزار گرافیکی شخص ثالث، Shapefile را در سی شارپ ایجاد کنید....که به عنوان فایل SHP ذخیره می شود، فایل SHP را در C# ایجاد کنید...VectorLayer class با ارائه نام فایل SHP و درایور مربوطه ایجاد کنید. در...

    kb.aspose.com/fa/gis/net/how-to-create-a-shapef...
  4. テーブルセルに画像を追加|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 . HasTable ==...MsoTriState . msoTrue ) { Cell cell = shp . Table . Rows [ 1 ]. Cells [...

    docs.aspose.com/slides/ja/net/add-image-in-tabl...
  5. Formatage des Formes|Documentation Aspose.Slide...

    Formater les formes dans une présentation PowerPoint en Python...Ajoute une forme rectangulaire shp = sld . shapes . add_auto_shape...remplissage pour la forme rectangle shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/fr/python-net/shape-form...
  6. 椭圆|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....( 0 ); // 添加椭圆类型的自动形状 IShape shp = sld . getShapes (). addAutoShape... 150 , 50 ); // 对椭圆形状应用一些格式 shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/ellipse/
  7. Cara Membuat Shapefile di C#

    Panduan tutorial singkat ini tentang cara membuat ShapeFile di C#. Anda dapat membuat Shapefile di C# dengan menambahkan atribut dan fitur yang berbeda ke dalamnya tanpa menggunakan alat grafis pihak ketiga lainnya.... Anda dapat membuat file SHP di C# dengan menambahkan atribut...vektor yang disimpan sebagai file SHP . Langkah-langkah Membuat Shapefile...

    kb.aspose.com/id/gis/net/how-to-create-a-shapef...
  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....// 楕円タイプのAutoShapeを追加 IShape shp = sld . getShapes (). addAutoShape...50 ); // 楕円形にいくつかのフォーマットを適用 shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/ja/androidjava/ellipse/
  9. 長方形|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションに長方形を作成する...slides [ 0 ] # 長方形型の自動図形を追加 shp = sld . shapes . add_auto_shape...150 , 50 ) # 長方形にいくつかの書式設定を適用 shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/ja/python-net/rectangle/
  10. Mise en forme des formes|Documentation Aspose.S...

    Mettez en forme une forme dans une présentation PowerPoint en C# ou .NET...autoshape de type rectangle IShape shp = sld . Shapes . AddAutoShape...rectangle shp . FillFormat . FillType = FillType . Solid ; shp . FillFormat...

    docs.aspose.com/slides/fr/net/shape-formatting/