SolidFill
Contents
[
Hide
]SolidFill class
Encapsulates the object that represents solid fill format
Properties
| Name | Type | Description |
|---|---|---|
| Color | Color | Gets or sets the com.aspose.cells.Color . |
| CellsColor | CellsColor | Gets and sets the CellsColor object. |
| Transparency | float | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Methods
| Name | Description |
|---|---|
| hashCode | Gets the hash code. |
| equals |
SolidFill.Color property
Gets or sets the com.aspose.cells.Color .
Type: Color
SolidFill.CellsColor property
Gets and sets the CellsColor object.
Type: CellsColor
SolidFill.Transparency property
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Type: float
hashCode()
Gets the hash code.
equals(obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object |