Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 8,261 for

fill color

(0.07 sec)
  1. 在 PostScript 中使用填充图案 | .NET

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...square 28 Pen pen = new Pen(Color. Black , 2); 29 30 //For every...HatchBrush(hatchStyle, Color. Black , Color. White )); 35 36 //Calculate...

    docs.aspose.com/page/zh/net/ps/working-with-hat...
  2. Aspose.PSD for .NET 20.4 - 发行说明|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....Color T:Aspose.PSD.FileFormats.Psd...GradientColorPoint.#ctor(Aspose.PSD.Color,System.Int32,System.Int32) 移除的...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. 在 C# 中创建 SVG、加载和读取 SVG

    了解如何从内存字符串、流或文件创建 SVG;如何从 Web 加载 SVG 并使用 Aspose.SVG for .NET API 读取 SVG。...AddStop (offset: 0, stopColor: Color. FromArgb (0xff, 0xff, 0xFF)...AddStop (offset: 1, stopColor: Color. FromArgb (0xff, 0xff, 0xFF)...

    docs.aspose.com/svg/zh/net/create-svg-document/
  4. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。... Color = Color . Blue ; // 将 PPTX 文件保存到磁盘。...FillFormat . SolidFillColor . Color = Color . Black ; shape2 . FillFormat...

    docs.aspose.com/slides/zh/net/shape-formatting/
  5. 使用 Python 管理演示文稿图表中的标注|Aspose.Slides for Python 文档

    使用简洁的代码示例在 Aspose.Slides for Python .NET 中创建和样式化标注,兼容 PPT、PPTX 和 ODP,以自动化演示文稿工作流程。... fill . fill_type = slides . FillType...dataPoint . format . line . fill_format . fill_type = slides . FillType...

    docs.aspose.com/slides/zh/python-net/callout/
  6. 公共 API Aspose.Diagram 6.8.0 的变化|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....Diagram API 来设置或获取Layer的Color CheckBox,请查看此代码示例: Java // Load...( BOOL . TRUE ); // set the color checkbox of Layer layer . setColorChecked...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  7. IBarcodeGenerator.get_barcode_image method | As...

    IBarcodeGenerator.get_barcode_image method. Generate barcode image using the set of parameters (for DisplayBarcode field)....NONE def convert_color ( self , input_color , def_val ) -> pydraw...pydraw . Color : """Converts a hexadecimal color string to a Color...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeries.DataPoints | Aspose.Words for .NET

    Discover the ChartSeries DataPoints property, offering a comprehensive collection of formatting tools to enhance every data point in your series.... Fill . Color = Color . Red ; // For a cleaner...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartDataLabel.ShowPercentage | Aspose.Words fo...

    Enable percentage display on chart data labels with the ChartDataLabel ShowPercentage property. Enhance clarity and insights in your visual data!... Fill . Color = Color . Red ; // For a cleaner...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Edit SVG File in Python – Aspose.SVG

    Learn how to edit SVG files in Python. Add, find, and edit elements in SVG documents using the Aspose.SVG for Python via .NET library.... set_attribute ( "fill" , "red" ) Add Elements You...# Add < g > element and set "fill" attribute 8 g_element = document...

    docs.aspose.com/svg/python-net/edit-svg-file/