Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,687 for

ellipses

(0.5 sec)
  1. 記録

    記録...slides[0] # Add auto shape of ellipse type shp = sld.shapes.add_auto_shape(slides...add_auto_shape(slides.ShapeType.ELLIPSE, 50, 150, 150, 50) # Apply...

    blog.aspose.com/ja/slides/work-with-shapes-in-p...
  2. Elipse|Aspose.Slides para Node.js a través de ....

    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....Agregue un AutoShape de tipo Ellipse usando el método addAutoShape...aspose . slides . ShapeType . Ellipse , 50 , 150 , 150 , 50 ); //...

    docs.aspose.com/slides/es/nodejs-java/ellipse/
  3. Aspose.Slides for Java 15.4.0における公開APIと後方互換性のない...

    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....IAutoShape ellipse = shapes . addAutoShape ( ShapeType . Ellipse , 0...connector . setStartShapeConnect ( ellipse ); connector . setEndShapeConnected...

    docs.aspose.com/slides/ja/java/public-api-and-b...
  4. Procurar

    Procurar...Ellipse, float, float, float, float)...getShapes().addAutoShape(ShapeType.Ellipse, 100, 150, 150, 100); // Gravar...

    blog.aspose.com/pt/slides/add-connect-remove-or...
  5. Архів

    Архів...Ellipse, float, float, float, float)...getShapes().addAutoShape(ShapeType.Ellipse, 100, 150, 150, 100); // Запишіть...

    blog.aspose.com/uk/slides/add-connect-remove-or...
  6. Erstellen Sie PSD- oder PSB-Bilder von Grund au...

    Beispiel dafür, wie Aspose.PSD für Python ein PSD-Bild von Grund auf erstellen kann... draw_ellipse ( pen , Rectangle ( 100 , 100...200 , 200 )) graphics . fill_ellipse ( brush , Rectangle ( 250 ...

    docs.aspose.com/psd/de/de/python-net/create-psd...
  7. Verwalten von Verbindern in Präsentationen mit ...

    Ermöglichen Sie PHP-Anwendungen, Linien in PowerPoint-Folien zu zeichnen, zu verbinden und automatisch zu routen - erhalten Sie die volle Kontrolle über gerade, Ellenbogen- und gekrümmte Verbinder....zwischen zwei Formen (einer Ellipse und einem Rechteck) hinzufügen:...(); # Fügt ein Ellipse-AutoShape hinzu $ellipse = $shapes -> addAutoShape...

    docs.aspose.com/slides/de/php-java/connector/
  8. Add Rectangles to Presentations in JavaScript|A...

    Boost your PowerPoint presentations by adding rectangles with JavaScript and Aspose.Slides for Node.js—easily design and modify shapes programmatically....( 0 ); // Add AutoShape of ellipse type var shp = sld . getShapes...( 0 ); // Add AutoShape of ellipse type var shp = sld . getShapes...

    docs.aspose.com/slides/nodejs-java/rectangle/
  9. SVG Shapes – SVG Code Examples – Aspose.SVG Guide

    You learn how to create SVG shapes – SVG Rectangle, SVG Circle, SVG Line, SVG Ellipse, SVG Polyline, SVG Polygon, and how to apply style properties to them.... SVG <ellipse> – Ellipse Element The <ellipse> element creates...creates an oval shape. Ellipse Attributes Attribute Description...

    docs.aspose.com/svg/net/drawing-basics/svg-shapes/
  10. Add Rectangles to Presentations in Java|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for Java—easily design and modify shapes programmatically....( 0 ); // Add AutoShape of ellipse type IShape shp = sld . getShapes...( 0 ); // Add AutoShape of ellipse type IShape shp = sld . getShapes...

    docs.aspose.com/slides/java/rectangle/