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

fill color

(1.61 sec)
  1. ChartDataTable class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataTable class. Allows to specify properties of a chart data table.... format Provides access to fill of text background and border...dataTable . format . stroke . color = "#00008B" ; doc . save ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Manage graphics states of a PS file | C++

    C++ API solution for managing PS files. Code example shows how to clip and transform graphics states of PS files with a few lines of C++ code.... The color of lines and fills (RGB, CMYK, or grayscale)...Method. Fill the graphics path by means of the Fill() method...

    products.aspose.com/page/cpp/work-with-ps-graph...
  3. 路径生成器 – Path Builder – 创建 SVG 路径 – Aspose.SVG

    了解如何使用 Aspose.SVG for .NET 中的 PathBuilder 以编程方式创建 SVG 路径。PathBuilder 使创建和操作 SVG 路径变得更加简单。...Sets the fill color of the path to teal 23 . Fill (Color. Teal ))..."Path1" ) 12 . Fill (f => f. None ()). Stroke (Color. IndianRed )...

    docs.aspose.com/svg/zh/net/path-builder/
  4. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....use the PictureFrame class or fill a watermark shape with an image...shape is styled with fill and line colors. The following lines...

    docs.aspose.com/slides/python-net/watermark/
  5. Working with Text in XPS file | .NET

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... CreateSolidColorBrus (Color. Black ); 10 //Add glyph to..."Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save resultant...

    docs.aspose.com/page/net/xps/working-with-text/
  6. ChartDataLabelCollection Class | Aspose.Words f...

    Discover the Aspose.Words.ChartDataLabelCollection class for managing chart data labels efficiently. Enhance your document's visual appeal today!...{ get; } Provides access to fill and line formatting of the data...dataLabel . Format . Fill . Color = Color . Red ; // For a cleaner...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 如何使用JavaScript通过C++创建组合图表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++创建组合图表。我们的全面指南将演示如何将不同的图表类型合并成一个组合图表,从而实现更有效的数据展示。... innerHTML = '<p style="color: red;">Please select an Excel...foregroundColor = AsposeCells . Color . Pink ; chart . nSeries . get...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  8. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for JavaScript via C++....some text in cell B5 in Red color, and then saves it in HTML format...SaveFormat , HtmlSaveOptions , Color , Utils } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/export-wor...
  9. Export Excel to HTML with GridLines via JavaScr...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for JavaScript via C++....sample code creates a workbook, fills its worksheet with some values... worksheets . get ( 0 ); // Fill worksheet with some integer...

    docs.aspose.com/cells/javascript-cpp/export-exc...
  10. Font | Aspose.Words for Java

    Contains font attributes font name font size Color and so on for an object in Java....attributes (font name, font size, color, and so on) for an object. To...getFont().getBorder().setColor(Color.GREEN); builder.getFont().getBorder()...

    reference.aspose.com/words/java/com.aspose.word...