FillValue
Overview
FillValue is a class in Aspose.Cells FOSS for Java.
Inner class representing fill value.
This class provides 7 methods for working with FillValue objects in Java programs.
Available methods include: FillValue, getBackgroundColor, getForegroundColor, getPattern, setBackgroundColor, setForegroundColor, setPattern.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: backgroundColor, foregroundColor, pattern.
Description
FillValue is a class in the Aspose.Cells FOSS library for Java that exposes 6 methods and 3 properties for programmatic use.
Core capabilities include: fillpatternkind; colorvalue; colorvalue. These operations enable developers to integrate fillvalue functionality directly into Java applications.
The class also provides the pattern property (returns the pattern), the foregroundColor property (returns the foreground color), the backgroundColor property (returns the background color).
Instances are created through a single constructor that initializes the object with default values.
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. |