PatternFill
PatternFill class
Encapsulates the object that represents pattern fill format
Methods
| Name | Description |
|---|---|
| equals(obj) | / |
| getBackTransparency() | Gets or sets the transparency of background color. |
| getBackgroundCellsColor() | Gets and sets the foreground CellsColor object. |
| getBackgroundColor() | Gets or sets the background com.aspose.cells.Color of the Area. |
| getForeTransparency() | Gets or sets the transparency of foreground color. |
| getForegroundCellsColor() | Gets and sets the foreground CellsColor object. |
| getForegroundColor() | Gets or sets the foreground com.aspose.cells.Color. |
| getPattern() | Gets or sets the fill pattern type The value of the property is FillPattern integer constant. |
| hashCode() | Gets the hash code. |
| setBackTransparency() | Gets or sets the transparency of background color. |
| setBackgroundCellsColor() | Gets and sets the foreground CellsColor object. |
| setBackgroundColor() | Gets or sets the background com.aspose.cells.Color of the Area. |
| setForeTransparency() | Gets or sets the transparency of foreground color. |
| setForegroundCellsColor() | Gets and sets the foreground CellsColor object. |
| setForegroundColor() | Gets or sets the foreground com.aspose.cells.Color. |
| setPattern() | Gets or sets the fill pattern type The value of the property is FillPattern integer constant. |
equals(obj)
/
| Parameter | Type | Description |
|---|---|---|
| obj | Object |
Returns: boolean — boolean
getBackTransparency()
Gets or sets the transparency of background color.
getBackgroundCellsColor()
Gets and sets the foreground CellsColor object.
getBackgroundColor()
Gets or sets the background com.aspose.cells.Color of the Area.
getForeTransparency()
Gets or sets the transparency of foreground color.
getForegroundCellsColor()
Gets and sets the foreground CellsColor object.
getForegroundColor()
Gets or sets the foreground com.aspose.cells.Color.
getPattern()
Gets or sets the fill pattern type The value of the property is FillPattern integer constant.
hashCode()
Gets the hash code.
Returns: Number — Number
setBackTransparency()
Gets or sets the transparency of background color.
setBackgroundCellsColor()
Gets and sets the foreground CellsColor object.
setBackgroundColor()
Gets or sets the background com.aspose.cells.Color of the Area.
setForeTransparency()
Gets or sets the transparency of foreground color.
setForegroundCellsColor()
Gets and sets the foreground CellsColor object.
setForegroundColor()
Gets or sets the foreground com.aspose.cells.Color.
setPattern()
Gets or sets the fill pattern type The value of the property is FillPattern integer constant.