PatternFill
Contents
[
Hide
]PatternFill class
Encapsulates the object that represents pattern fill format
Properties
| Name | Type | Description |
|---|---|---|
| Pattern | int | Gets or sets the fill pattern type The value of the property is FillPattern integer constant. |
| BackgroundColor | Color | Gets or sets the background com.aspose.cells.Color of the Area . |
| BackgroundCellsColor | CellsColor | Gets and sets the foreground CellsColor object. |
| ForegroundColor | Color | Gets or sets the foreground com.aspose.cells.Color . |
| ForegroundCellsColor | CellsColor | Gets and sets the foreground CellsColor object. |
| ForeTransparency | float | Gets or sets the transparency of foreground color. |
| BackTransparency | float | Gets or sets the transparency of background color. |
Methods
| Name | Description |
|---|---|
| equals | / |
| hashCode | Gets the hash code. |
PatternFill.Pattern property
Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
Type: int
PatternFill.BackgroundColor property
Gets or sets the background com.aspose.cells.Color of the Area .
Type: Color
PatternFill.BackgroundCellsColor property
Gets and sets the foreground CellsColor object.
Type: CellsColor
PatternFill.ForegroundColor property
Gets or sets the foreground com.aspose.cells.Color .
Type: Color
PatternFill.ForegroundCellsColor property
Gets and sets the foreground CellsColor object.
Type: CellsColor
PatternFill.ForeTransparency property
Gets or sets the transparency of foreground color.
Type: float
PatternFill.BackTransparency property
Gets or sets the transparency of background color.
Type: float
equals(obj)
/
| Parameter | Type | Description |
|---|---|---|
| obj | Object |
hashCode()
Gets the hash code.