FillValue

Overview

FillValue is a class in Aspose.Cells FOSS for Java.

Inner class representing fill value.

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.