Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,078 for

ellipse

(0.02 sec)
  1. Working with Vector Graphics in Java|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in Java...Cardinal splines, closed curves, ellipses, lines, and various other...to draw a closed curve Draw Ellipse in Java Create an object of...

    docs.aspose.com/drawing/java/working-with-vecto...
  2. How to Add Group Shape into Word Document|Aspos...

    Grouping and ungrouping shapes using C#....RoundRectangle RoundRectangle Ellipse Diamond Triangle RightTriangle...

    docs.aspose.com/words/net/how-to-add-group-shap...
  3. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shape when inserted into the Shapes collection to ensure it fits within its parent container.... add ( rect ) Add Ellipse Object to PDF file...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...
  4. How to Run Aspose.Drawing in Docker|Documentation

    Run Aspose.Drawing in a Docker container for Linux, Windows Server and any OS....application that draws an ellipse and saves it as an image. The...simple program that creates an ellipse and saves it as an image: Note...

    docs.aspose.com/drawing/net/how-to-run-aspose-d...
  5. ShapeType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeType enum to define and customize shape types in your Microsoft Word documents for enhanced visual appeal.... Ellipse 3 Ellipse. Diamond 4 Diamond. Triangle...WedgeEllipseCallout 63 Wedge ellipse callout. Wave 64 Wave. FoldedCorner...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆... ELLIPSE , 50 , 150 , 150 , 50 ) # 将PPTX文件写入磁盘...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 150 , 150 , 50 ) # 对椭圆形状应用一些格式设置...

    docs.aspose.com/slides/zh/python-net/ellipse/
  7. Group|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.... Ellipse Line...

    docs.aspose.com/slides/cpp/group/
  8. Draw Rectangle|Documentation

    This section explains how to draw rectangle in a visio page with Aspose.Diagram. Support using C# to draw rectangle and save as pdf, svg, html, image, xps and other formats.... Draw Text Draw Ellipse...

    docs.aspose.com/diagram/net/drawing/draw-rectan...
  9. 连接器|Aspose.Slides 文档

    在Java中连接PowerPoint形状...IAutoShape ellipse = shapes . addAutoShape ( ShapeType . Ellipse , 0...connector . setStartShapeConnect ( ellipse ); connector . setEndShapeConnected...

    docs.aspose.com/slides/zh/androidjava/connector/
  10. 连接器|Aspose.Slides 文档

    在 C++ 中连接 PowerPoint 形状...添加椭圆自动形状 SharedPtr < IAutoShape > ellipse = slide -> get_Shapes () ->...AddAutoShape ( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/zh/cpp/connector/