FillPattern

Overview

FillPattern is a enum in Aspose.Cells FOSS for Java.

Represents the fill pattern used in cell styling.

This enumeration defines 18 fill pattern values.

Description

FillPattern is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like FillPattern help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NONERepresents no fill pattern
SOLIDRepresents a solid fill pattern
MEDIUM_GRAYRepresents a medium gray fill pattern
DARK_GRAYRepresents a dark gray fill pattern
GRAY_125Represents a 12.5% gray fill pattern
GRAY_0625Represents a 6.25% gray fill pattern
DARK_HORIZONTALRepresents dark horizontal line fill pattern
DARK_VERTICALRepresents dark vertical line fill pattern
DARK_DOWNRepresents dark diagonal-down fill pattern
DARK_UPRepresents dark diagonal-up fill pattern
DARK_GRIDRepresents dark grid fill pattern
DARK_TRELLISRepresents dark trellis (crosshatch) fill pattern
LIGHT_HORIZONTALRepresents light horizontal line fill pattern
LIGHT_VERTICALRepresents light vertical line fill pattern
LIGHT_DOWNRepresents light diagonal-down fill pattern
LIGHT_UPRepresents light diagonal-up fill pattern
LIGHT_GRIDRepresents light grid fill pattern
LIGHT_TRELLISRepresents light trellis (crosshatch) fill pattern

See Also

 English