Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 8,424 for

fill color

(0.7 sec)
  1. 使用C++通过JavaScript设置图表外观|Documentation

    了解如何在Aspose.Cells for Java脚本通过C++中配置图表的外观。我们的指南将向你展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,并增强你的工作表。...); // Setting the foreground color of the plot area chart . plotArea...AsposeCells . Color ( 0 , 0 , 255 ); // Setting the foreground color of...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. Draw shapes in PS files | API for C++

    C++ API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C++ code snippet.... Line Width and Color - The setlinewidth operator...operators define the color of the stroke and fill. Experimenting with...

    products.aspose.com/page/cpp/add-shapes-to-ps/
  3. 在 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...
  4. 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...
  5. 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...
  6. ChartTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartTitle class. Provides access to the chart title properties... format Provides access to fill and line formatting of the chart...size = 15 ; title . font . color = "#008000" ; // Set the "Show"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabelCollection.showDataLabelsRange pr...

    ChartDataLabelCollection.showDataLabelsRange property. Allows to specify whether values from data labels range to be displayed in the data labels of the entire series... fill . color = "#FF0000" ; // For a cleaner...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working with Clips in PS file| Python

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...a 1 bpp (bits per pixel) 2-color image as a stencil mask. Currently...path and use it to clip a blue-filled rectangle within the same graphics...

    docs.aspose.com/page/python-net/ps/working-with...
  9. Add Image to HTML – From Basic Syntax to Advanc...

    Aspose.HTML explains how to add images to HTML using img tag, CSS backgrounds, JavaScript, etc. Improve web design and SEO with best practices!...animation but limited to 256 colors; WebP – modern format with...align: center; 9 } 10 h1,p { 11 color: # 054c87; 12 } 13 </ style...

    docs.aspose.com/html/net/tutorial/add-image-to-...
  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/