Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,690 for

ellipse

(0.08 sec)
  1. 在 PostScript 中使用形状 | C++

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 C++ 中使用该功能...graphics path from the first ellipse 20 System::SharedPtr < Sys...Orange())); 24 //Fill the ellipse 25 document -> Fill(path);...

    docs.aspose.com/page/zh/cpp/ps/working-with-sha...
  2. 如何将 Group 形状添加到 Word 文件中|Python via .NET 格式的 As...

    使用 Python 将 group shape 添加到文档中。...枚举 Rectangle RoundRectangle Ellipse Diamond Triangle RightTriangle...

    docs.aspose.com/words/zh/python-net/how-to-add-...
  3. ShapeType | Aspose.Words for Java

    Specifies the type of shape in a Microsoft Word document in Java.... ELLIPSE Ellipse. ELLIPSE_RIBBON Ellipse ribbon. ELLIPSE_RIBBON_2...ELLIPSE_RIBBON_2 Ellipse ribbon 2. FLOW_CHART_ALTERNATE_PROCESS...

    reference.aspose.com/words/java/com.aspose.word...
  4. 档案

    档案...添加形状 SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // 保存演示文件 p...

    blog.aspose.com/zh/slides/working-with-shapes-i...
  5. Animation|Aspose.Slides for PHP Documentation

    Master slide animations in PHP with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP....addAutoShape ( ShapeType :: Ellipse , 200 , 50 , 100 , 100 ); $sequence...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. Group Shape|Aspose.Slides Documentation

    Manage grouped shapes in Aspose.Slides for .NET: create, nest, align, reorder, and style group shapes with C# examples in PPT, PPTX, and ODP presentations.... Ellipse , 60 , 0 , 50 , 50 ); } Access...

    docs.aspose.com/slides/net/examples/elements/gr...
  7. Group Shape|Aspose.Slides Documentation

    Manage grouped shapes in Aspose.Slides for Java: create, nest, align, reorder, and style group shapes with Java examples in PPT, PPTX, and ODP presentations.... Ellipse , 60 , 0 , 50 , 50 ); } finally...

    docs.aspose.com/slides/java/examples/elements/g...
  8. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....TextFragmentAbsorber class Ellipse class is implemented: Constructor:...Constructor: public Ellipse(float left, float bottom, float width...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  9. 使用 PHP 管理演示文稿中的连接线|Aspose.Slides for PHP 文档

    赋能 PHP 应用在 PowerPoint 幻灯片中绘制、连接并自动路由线条 —— 完全控制直线、拐角和曲线连接线。...getShapes (); # 添加椭圆自动形状 $ellipse = $shapes -> addAutoShape (...( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); # 添加矩形自动形状 $rectangle...

    docs.aspose.com/slides/zh/php-java/connector/
  10. Working with Pens|Documentation

    Learn about how to draw with pen in C#. .NET code to set pen width and color in C# and VB.NET. Join Lines in C#...different line objects such as an ellipse, circle, etc with the specified...

    docs.aspose.com/drawing/net/working-with-pens/