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

ellipse

(0.07 sec)
  1. Aspose::Words::DocumentBuilder::InsertGroupShap...

    Aspose::Words::DocumentBuilder::InsertGroupShape method. Groups the shapes passed as a parameter into a new GroupShape node which is inserted into the current position in C++....:: Drawing :: ShapeType :: Ellipse , 150 , 200 ); shape2 -> set_Left...:: Drawing :: ShapeType :: Ellipse , 150 , 200 ); shape2 -> set_Left...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Drawing Arc in PHP|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....sites: GitHub CodePlex Drawing Ellipse in PHP...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  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. 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...
  5. 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...
  6. 档案

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

    blog.aspose.com/zh/slides/working-with-shapes-i...
  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. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts.... Ellipse DataLabelShapeType . LineCallout...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...
  9. 在 PS 文件中处理形状 | Python

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加形状的问题。了解如何在 Python 中使用该功能...graphics path from the first ellipse 13 path = aspose. pydrawing...GraphicsPath () 14 path. add_ellipse (aspose. pydrawing . RectangleF...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  10. 使用 Python 管理演示文稿中的连接符|Aspose.Slides for Python 文档

    使 Python 应用能够在 PowerPoint 和 OpenDocument 幻灯片中绘制、连接并自动布线直线、折线和曲线连接符,从而实现对它们的完全控制。... shapes # 添加一个椭圆自定义形状 ellipse = shapes . add_auto_shape (...( slides . ShapeType . ELLIPSE , 0 , 100 , 100 , 100 ) # 添加一个矩形自定义形状...

    docs.aspose.com/slides/zh/python-net/connector/