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

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

 English