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 shortWide dotsstatic final shortLarge spotsstatic final shortBrick-like layoutstatic final shortDiamondsstatic final shortSmall fine dotsstatic final shortLeast Dotsstatic final shortLess Dotsstatic final shortNo backgroundstatic final shortSolidly filledstatic final shortSparse dotsstatic final shortSquaresstatic final shortThick backward facing diagonalsstatic final shortThick forward facing diagonalsstatic final shortThick horizontal bandsstatic final shortThick vertical bandsstatic final shortThin backward diagonalstatic final shortThin forward diagonalstatic final shortThin horizontal bandsstatic final shortThin vertical bands -
Method Summary
Modifier and TypeMethodDescriptionshortshortshortvoidsetFillBackgroundColor(short bg) voidvoidsetFillForegroundColor(short fg) voidvoidsetFillPattern(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)
-