Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,686 for

ellipse

(0.19 sec)
  1. 组形状|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理组形状:创建和取消分组、重新排序子形状、设置变换和界限,适用于 PowerPoint 和 OpenDocument。...addAutoShape ( ShapeType :: Ellipse , 60 , 0 , 50 , 50 ); $presentation...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  2. DXF Drawings|CAD 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....Circle Diameter Dimension Ellipse Hatch Line Multiline Text Ordinate...

    docs.aspose.com/cad/python-net/dxf-drawings/
  3. Working with Graphs|Aspose.PDF for Java

    Learn how to create and manage graphs within PDF documents using Aspose.PDF in Java for visualizing data effectively.... Ellipse - is a set of points on a plane...

    docs.aspose.com/pdf/java/graphs/
  4. DXF Drawings|CAD 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....Circle Diameter Dimension Ellipse Hatch Line Multiline Text Ordinate...

    docs.aspose.com/cad/python-net/developer-guide/...
  5. 动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 的 Java 示例,探索 PPT、PPTX 和 ODP 演示文稿的动画示例:添加、序列化以及自定义效果和过渡。... Ellipse , 200 , 50 , 100 , 100 ); ISequence...

    docs.aspose.com/slides/zh/androidjava/examples/...
  6. 组形状|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中管理组形状:创建、嵌套、对齐、重新排序和设置组形状样式,提供 PPT、PPTX 和 ODP 演示文稿示例。... Ellipse , 60 , 0 , 50 , 50 ); presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  7. SVG 形状 – 基础知识和 SVG 代码、示例

    您将学习如何创建 SVG 形状 – SVG 矩形、SVG 圆形、SVG 直线、SVG 椭圆、SVG 折线、SVG 多边形,以及如何向它们应用样式属性。... SVG 椭圆 – SVG Ellipse 椭圆形是比圆形更通用的图形。在创建“ ”元素的上下文中,长半轴..."http://www.w3.org/2000/svg" > 2 < ellipse cx = "140" cy = "310" rx =...

    docs.aspose.com/svg/zh/net/drawing-basics/svg-s...
  8. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for .NET...Even drawing a circle or an ellipse is not as simple as it could...Add (path); 43 44 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/net/xps/graphic-utilities/
  9. 如何优化 SVG – C# 示例

    您将学习如何优化 SVG 并减小 SVG 文件的大小。...r= "0" > 15 </circle> 16 <ellipse rx= "0" /> 17 <image width=...org/2000/svg" > 2 <g> 3 <ellipse rx= "1" /> 4 <ellipse ry= "1" /> 5 </g>...

    docs.aspose.com/svg/zh/net/how-to-optimize-svg/
  10. Format PowerPoint Shapes in PHP|Aspose.Slides f...

    Learn how to format PowerPoint shapes in PHP using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....gradient fill effect to an ellipse: // Instantiate the Presentation...// Add an auto shape of the Ellipse type. $shape = $slide -> getShapes...

    docs.aspose.com/slides/php-java/shape-formatting/