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
| Value | Description |
|---|---|
NONE | Represents no fill pattern |
SOLID | Represents a solid fill pattern |
MEDIUM_GRAY | Represents a medium gray fill pattern |
DARK_GRAY | Represents a dark gray fill pattern |
GRAY_125 | Represents a 12.5% gray fill pattern |
GRAY_0625 | Represents a 6.25% gray fill pattern |
DARK_HORIZONTAL | Represents dark horizontal line fill pattern |
DARK_VERTICAL | Represents dark vertical line fill pattern |
DARK_DOWN | Represents dark diagonal-down fill pattern |
DARK_UP | Represents dark diagonal-up fill pattern |
DARK_GRID | Represents dark grid fill pattern |
DARK_TRELLIS | Represents dark trellis (crosshatch) fill pattern |
LIGHT_HORIZONTAL | Represents light horizontal line fill pattern |
LIGHT_VERTICAL | Represents light vertical line fill pattern |
LIGHT_DOWN | Represents light diagonal-down fill pattern |
LIGHT_UP | Represents light diagonal-up fill pattern |
LIGHT_GRID | Represents light grid fill pattern |
LIGHT_TRELLIS | Represents light trellis (crosshatch) fill pattern |