Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 8,424 for

fill color

(0.1 sec)
  1. 如何更改 SVG 颜色 – C# 示例

    您将学习如何通过 C# 示例使用 SVG 颜色、如何更改 SVG 元素的颜色或更改 SVG 文件中的背景颜色。... SVG stroke 和 SVG fill 是一些主要的 CSS 属性,可以为任何线条、文本和形状...其属性、CSS 样式等。 使用 类的 方法指定元素属性 fill 或 stroke 。 圆圈颜色 要更改圆圈颜色,您应该执行以下几个步骤:...

    docs.aspose.com/svg/zh/net/how-to-change-svg-co...
  2. 元素生成器 – Element Builders – 创建和编辑 SVG 元素 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。... Fill (Color. Red ). Stroke (Paint. None...Circle.Cx(100).Cy(100).R(50).Fill(Color.Red).Stroke(Paint.None).StrokeWidth(2)...

    docs.aspose.com/svg/zh/net/element-builders/
  3. Excel Cell Formatting|Documentation

    Excel cell formatting - apply backgrounds, borders, alignment, number formats, and cell styles with AI automation..."range" : "A1:F1" , "background_color" : "#4472C4" , "horizontal_align"..."range" : "A1:F1" , "background_color" : "#2E5984" , "horizontal_align"...

    docs.aspose.com/cells/nodejs-cpp/mcp/cell-forma...
  4. Creating Car Body Drawing|Documentation

    Creating Car Body drawing with Aspose.Drawing .NET (C#) 2d graphic library. The library allows to creation of drawings with Color transparency levels, semi-transparent images and text rendering....example, we'll take a car image, coloring the body and incorporate a...car's body surface. We'll apply color to the car by utilizing a semi-transparent...

    docs.aspose.com/drawing/net/showcases/car-body/
  5. Public API Changes in Aspose.Diagram 16.12.0|Do...

    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....GetShape ( 1 ); // get the gradient fill properties GradientFill gradientfill...gradientfill = shape . Fill . GradientFill ; // get the gradient...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. Working with Colors in Apache POI and Aspose.Ce...

    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....Working with Colors in Apache POI and Aspose.Cells Contents [...Aspose.Cells - Working with Colors Aspose.Cells provides a class...

    docs.aspose.com/cells/java/working-with-colors-...
  7. Add Circle Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, creates a circle annotation on the first page, and saves the modified document....along with annotation text, color, fill options, page number, and... ( rect , contents , apd . Color . blue , False , 1 , 3 ) # Save...

    docs.aspose.com/pdf/python-net/add-circle-annot...
  8. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    通过 Aspose.Slides for Python(基于 .NET),学习图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且吸引眼球的样式。... fill_format . fill_type = slides . FillType...portion_format . fill_format . solid_fill_color . color = draw . Color . gray...

    docs.aspose.com/slides/zh/python-net/chart-form...
  9. Apply Conditional Formatting in Worksheet|Docum...

    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...., Formula, Above Average, Color Scale, Data Bar, Icon Set, Top10...cells A2 and B2, the red fill color in cells A1 and B2 will disappear...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  10. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....CreateStyle (); // Set the Style fill color to Yellow st . SetPattern...); st . SetForegroundColor ( Color :: Yellow ()); // Create a workbook...

    docs.aspose.com/cells/cpp/create-style-object-u...