Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 8,018 for

fill color

(0.44 sec)
  1. Data Filtering|Documentation

    Learn how to add data filter by using the Aspose.Cells for Node.js via C++ API....contains Filter by Color Filters based on filled color Date Filters...different types of filters like Color Filter, Date Filter, Number...

    docs.aspose.com/cells/nodejs-cpp/data-filtering/
  2. Aspose.PSD for Java 20.7 - Release Notes|Docume...

    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....three types of the stroke: color, gradient and pattern. Each...patternFillSettings ; // 1. Adds Color fill, at position Inside strokeEffect...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  3. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....then changes the fill color and font color of the cell to light...

    docs.aspose.com/cells/go-cpp/get-the-cell-objec...
  4. Converting Chart to Image in Ruby|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....A2:A8" ) # Set the fill colors for the series' data points...getPoints () color = Rjb :: import ( 'com.aspose.cells.Color' ) point...

    docs.aspose.com/cells/java/converting-chart-to-...
  5. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...CreateStyle (); // Set the Style fill color to Yellow st . SetPattern...); st . SetForegroundColor ( Color :: Yellow ()); // Create a workbook...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  6. Format and Modify Named Ranges|Documentation

    This article shows how to format and modify named ranges using Aspose.Cells for Python via .NET API....Ranges How to Set Background Color and Font Attributes to a Named...to set the solid fill color (shading color) with font settings...

    docs.aspose.com/cells/python-net/format-and-mod...
  7. Get the Cell object by DisplayName of PivotFiel...

    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....then changes the fill color and font color of the cell to light...

    docs.aspose.com/cells/net/get-the-cell-object-b...
  8. Aspose::Words::Drawing::GlowFormat class | Aspo...

    Aspose::Words::Drawing::GlowFormat class. Represents the glow formatting for an object in C++....Description get_Color () Gets or sets a Color object that represents...represents the color for a glow effect. The default value is Black...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 在 PHP 中将图表转换为图像|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....= new ChartType (); $color = new Color (); $imageFormat = new..."Data!A2:A8" ); //Set the fill colors for the series's data points...

    docs.aspose.com/cells/zh/java/converting-chart-...
  10. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in C#. Use solid brush to draw graphics in C# and VB.NET....with graphics and are used to fill the internal of a drawing object...circle, etc with the specified color. Using Solid Brush to Draw Graphics...

    docs.aspose.com/drawing/net/working-with-brushes/