Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 4,037 for

shp

(0.14 sec)
  1. Ellipsen zu Präsentationen in PHP hinzufügen|As...

    Erfahren Sie, wie Sie Ellipsenformen in Aspose.Slides für PHP via Java in PPT‑ und PPTX‑Präsentationen erstellen, formatieren und manipulieren — Codebeispiele inklusive....vom Typ Ellipse hinzufügen $shp = $sld -> getShapes () -> addAutoShape...auf die Ellipsenform anwenden $shp -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/de/php-java/ellipse/
  2. Ajouter une image dans une cellule de tableau|D...

    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/fr/net/add-image-in-tabl...
  3. نحوه ایجاد Shapefile در سی شارپ

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

    kb.aspose.com/fa/gis/net/how-to-create-a-shapef...
  4. Ajouter des rectangles aux présentations en PHP...

    Améliorez vos présentations PowerPoint en ajoutant des rectangles avec Aspose.Slides pour PHP via Java — concevez et modifiez facilement des formes de façon programmatique....une AutoShape de type ellipse $shp = $sld -> getShapes () -> addAutoShape...une AutoShape de type ellipse $shp = $sld -> getShapes () -> addAutoShape...

    docs.aspose.com/slides/fr/php-java/rectangle/
  5. Archivio

    Archivio...strumento facile da usare converte SHP in BMP rapidamente, con precisione...per ottenere la conversione da SHP a BMP utilizzando Aspose.GIS...

    blog.aspose.com/it/gis/online-spatial-data-visu...
  6. arkiv

    arkiv...lättanvända verktyg konverterar SHP till BMP snabbt, noggrant och...Följ dessa steg för att uppnå SHP till BMP-konvertering med Aspose...

    blog.aspose.com/sv/gis/online-spatial-data-visu...
  7. Añadiendo texto dinámicamente usando VSTO y Asp...

    Descubra cómo migrar de la automatización de Microsoft Office a Aspose.Slides para .NET y añadir texto dinámico a presentaciones de PowerPoint (PPT, PPTX) en C#.... Shape shp = sld . Shapes . AddTextbox (...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/es/net/adding-text-dynam...
  8. Comment créer un fichier de formes en C#

    Ce tutoriel rapide explique comment créer un ShapeFile en C#. Vous pouvez générer Shapefile en C# en y ajoutant différents attributs et fonctionnalités sans utiliser d'autre outil graphique tiers....Vous pouvez créer un fichier SHP en C# en ajoutant des attributs...enregistrée en tant que fichier SHP . Étapes pour créer un nouveau...

    kb.aspose.com/fr/gis/net/how-to-create-a-shapef...
  9. 在 Java 中向演示文稿添加矩形|Aspose.Slides 文档

    使用 Aspose.Slides for Java 添加矩形,提升您的 PowerPoint 演示文稿—轻松以编程方式设计和修改形状。...// 添加椭圆类型的 AutoShape IShape shp = sld . getShapes (). addAutoShape...// 添加椭圆类型的 AutoShape IShape shp = sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/java/rectangle/
  10. 在 .NET 中向演示文稿添加椭圆|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中创建、格式化和操作椭圆形状,适用于 PPT 和 PPTX 演示文稿——包含 C# 代码示例。...[ 0 ]; // 添加椭圆类型的自动形状 IShape shp = sld . Shapes . AddAutoShape...对椭圆形状应用一些格式设置 shp . FillFormat . FillType = FillType . Solid ; shp . FillFormat...

    docs.aspose.com/slides/zh/net/ellipse/