FillValue
Overview
FillValue is a class in Aspose.Cells FOSS for Java.
Inner class representing fill value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pattern | FillPatternKind | Read | Returns the pattern. |
foregroundColor | ColorValue | Read | Returns the foreground color. |
backgroundColor | ColorValue | Read | Returns the background color. |
Methods
| Signature | Description |
|---|---|
FillValue() | Initializes a new FillValue instance. |
getPattern() → FillPatternKind | Returns the pattern. |
setPattern(pattern: FillPatternKind) | Sets the pattern. |
getForegroundColor() → ColorValue | Returns the foreground color. |
setForegroundColor(foregroundColor: ColorValue) | Sets the foreground color. |
getBackgroundColor() → ColorValue | Returns the background color. |
setBackgroundColor(backgroundColor: ColorValue) | Sets the background color. |