Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,581 for

ellipse

(0.09 sec)
  1. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。... Ellipse , 50 , 50 , 150 , 75 ); //...AddAutoShape ( ShapeType . Ellipse , 50 , 50 , 100 , 100 ); shape...

    docs.aspose.com/slides/zh/net/shape-formatting/
  2. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...“circle”、椭圆形 – qualified_name = “ellipse”、矩形 – qualified_name = “rect”、线条...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/
  3. 在 JavaScript 中格式化 PowerPoint 形状|Aspose.Slides f...

    了解如何使用 Aspose.Slides 在 JavaScript 中格式化 PowerPoint 形状——精确且完全控制地为 PPT、PPTX 和 ODP 文件设置填充、线条和效果样式。... Ellipse , 50 , 50 , 150 , 75 ); //...aspose . slides . ShapeType . Ellipse , 50 , 50 , 100 , 100 ); shape...

    docs.aspose.com/slides/zh/nodejs-java/shape-for...
  4. 在 Java 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 Java 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且全面地为 PPT、PPTX 和 ODP 文件设置填充、线条和效果样式。... Ellipse , 50 , 50 , 150 , 75 ); //...addAutoShape ( ShapeType . Ellipse , 50 , 50 , 100 , 100 ); shape...

    docs.aspose.com/slides/zh/java/shape-formatting/
  5. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    了解如何使用 Aspose.Slides 在 Python 中格式化 PowerPoint 形状——精准且完整地设置 PPT、PPTX 和 ODP 文件的填充、线条和效果样式。... ELLIPSE , 50 , 50 , 150 , 75 ) # 对椭圆应用渐变格式。...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 50 , 100 , 100 ) shape...

    docs.aspose.com/slides/zh/python-net/shape-form...
  6. 使用 XPS 图形实用程序 | Java

    学习如何使用 Aspose.Page API for Java 中的图形实用程序在 XPS 页面上轻松生成图像和相对复杂的形状...add (path); 43 44 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/zh/java/xps/graphic-utilit...
  7. Modify SVG Styles Programmatically in C# – Aspo...

    Learn how to programmatically modify and normalize SVG styles in C# using Aspose.SVG with DOM-based manipulation and attribute rewriting....opacity:1 6 7 Element : < ellipse > 8 Style: fill:orangered Why...

    docs.aspose.com/svg/net/modify-svg-styles-progr...
  8. 使用 XPS 图形实用程序 | .NET

    了解如何使用 Aspose.Page API for .NET 中的图形实用程序在 XPS 页面上轻松创建图像和相对复杂的形状...Add (path); 43 44 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/zh/net/xps/graphic-utilities/
  9. 使用 XPS 图形实用程序 | C++

    了解如何使用 Aspose.Page API for C++ 中的图形实用程序在 XPS 页面上轻松创建图像和相对复杂的形状...>> (path); 49 50 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/zh/cpp/xps/graphic-utilities/
  10. Element Builders – Create and Edit SVG Elements...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... AddText ( "<ellipse>" , y: 110) 14 . AddText (...like rectangles, circles, ellipses, lines, polylines, polygons...

    docs.aspose.com/svg/net/element-builders/