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.

Properties

NameTypeAccessDescription
patternFillPatternKindReadReturns the pattern.
foregroundColorColorValueReadReturns the foreground color.
backgroundColorColorValueReadReturns the background color.

Methods

SignatureDescription
FillValue()Initializes a new FillValue instance.
getPattern()FillPatternKindReturns the pattern.
setPattern(pattern: FillPatternKind)Sets the pattern.
getForegroundColor()ColorValueReturns the foreground color.
setForegroundColor(foregroundColor: ColorValue)Sets the foreground color.
getBackgroundColor()ColorValueReturns the background color.
setBackgroundColor(backgroundColor: ColorValue)Sets the background color.

See Also