Package org.apache.poi.ss.usermodel
Interface PatternFormatting
- All Known Implementing Classes:
HSSFPatternFormatting
,XSSFPatternFormatting
public interface PatternFormatting
- Author:
- Yegor Kozlov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Wide dotsstatic final short
Large spotsstatic final short
Brick-like layoutstatic final short
Diamondsstatic final short
Small fine dotsstatic final short
Least Dotsstatic final short
Less Dotsstatic final short
No backgroundstatic final short
Solidly filledstatic final short
Sparse dotsstatic final short
Squaresstatic final short
Thick backward facing diagonalsstatic final short
Thick forward facing diagonalsstatic final short
Thick horizontal bandsstatic final short
Thick vertical bandsstatic final short
Thin backward diagonalstatic final short
Thin forward diagonalstatic final short
Thin horizontal bandsstatic final short
Thin vertical bands -
Method Summary
Modifier and TypeMethodDescriptionshort
short
short
void
setFillBackgroundColor
(short bg) void
void
setFillForegroundColor
(short fg) void
void
setFillPattern
(short fp)
-
Field Details
-
NO_FILL
static final short NO_FILLNo background- See Also:
-
SOLID_FOREGROUND
static final short SOLID_FOREGROUNDSolidly filled- See Also:
-
FINE_DOTS
static final short FINE_DOTSSmall fine dots- See Also:
-
ALT_BARS
static final short ALT_BARSWide dots- See Also:
-
SPARSE_DOTS
static final short SPARSE_DOTSSparse dots- See Also:
-
THICK_HORZ_BANDS
static final short THICK_HORZ_BANDSThick horizontal bands- See Also:
-
THICK_VERT_BANDS
static final short THICK_VERT_BANDSThick vertical bands- See Also:
-
THICK_BACKWARD_DIAG
static final short THICK_BACKWARD_DIAGThick backward facing diagonals- See Also:
-
THICK_FORWARD_DIAG
static final short THICK_FORWARD_DIAGThick forward facing diagonals- See Also:
-
BIG_SPOTS
static final short BIG_SPOTSLarge spots- See Also:
-
BRICKS
static final short BRICKSBrick-like layout- See Also:
-
THIN_HORZ_BANDS
static final short THIN_HORZ_BANDSThin horizontal bands- See Also:
-
THIN_VERT_BANDS
static final short THIN_VERT_BANDSThin vertical bands- See Also:
-
THIN_BACKWARD_DIAG
static final short THIN_BACKWARD_DIAGThin backward diagonal- See Also:
-
THIN_FORWARD_DIAG
static final short THIN_FORWARD_DIAGThin forward diagonal- See Also:
-
SQUARES
static final short SQUARESSquares- See Also:
-
DIAMONDS
static final short DIAMONDSDiamonds- See Also:
-
LESS_DOTS
static final short LESS_DOTSLess Dots- See Also:
-
LEAST_DOTS
static final short LEAST_DOTSLeast Dots- See Also:
-
-
Method Details
-
getFillBackgroundColor
short getFillBackgroundColor() -
getFillForegroundColor
short getFillForegroundColor() -
getFillBackgroundColorColor
Color getFillBackgroundColorColor() -
getFillForegroundColorColor
Color getFillForegroundColorColor() -
getFillPattern
short getFillPattern() -
setFillBackgroundColor
void setFillBackgroundColor(short bg) -
setFillForegroundColor
void setFillForegroundColor(short fg) -
setFillBackgroundColor
-
setFillForegroundColor
-
setFillPattern
void setFillPattern(short fp)
-