Package org.apache.poi.ss.usermodel
Interface PatternFormatting
-
- All Known Implementing Classes:
HSSFPatternFormatting
,XSSFPatternFormatting
public interface PatternFormatting
-
-
Field Summary
Fields Modifier and Type Field Description static short
ALT_BARS
Wide dotsstatic short
BIG_SPOTS
Large spotsstatic short
BRICKS
Brick-like layoutstatic short
DIAMONDS
Diamondsstatic short
FINE_DOTS
Small fine dotsstatic short
LEAST_DOTS
Least Dotsstatic short
LESS_DOTS
Less Dotsstatic short
NO_FILL
No backgroundstatic short
SOLID_FOREGROUND
Solidly filledstatic short
SPARSE_DOTS
Sparse dotsstatic short
SQUARES
Squaresstatic short
THICK_BACKWARD_DIAG
Thick backward facing diagonalsstatic short
THICK_FORWARD_DIAG
Thick forward facing diagonalsstatic short
THICK_HORZ_BANDS
Thick horizontal bandsstatic short
THICK_VERT_BANDS
Thick vertical bandsstatic short
THIN_BACKWARD_DIAG
Thin backward diagonalstatic short
THIN_FORWARD_DIAG
Thin forward diagonalstatic short
THIN_HORZ_BANDS
Thin horizontal bandsstatic short
THIN_VERT_BANDS
Thin vertical bands
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getFillBackgroundColor()
Color
getFillBackgroundColorColor()
short
getFillForegroundColor()
Color
getFillForegroundColorColor()
short
getFillPattern()
void
setFillBackgroundColor(short bg)
void
setFillBackgroundColor(Color bg)
void
setFillForegroundColor(short fg)
void
setFillForegroundColor(Color fg)
void
setFillPattern(short fp)
-
-
-
Field Detail
-
NO_FILL
static final short NO_FILL
No background- See Also:
- Constant Field Values
-
SOLID_FOREGROUND
static final short SOLID_FOREGROUND
Solidly filled- See Also:
- Constant Field Values
-
FINE_DOTS
static final short FINE_DOTS
Small fine dots- See Also:
- Constant Field Values
-
ALT_BARS
static final short ALT_BARS
Wide dots- See Also:
- Constant Field Values
-
SPARSE_DOTS
static final short SPARSE_DOTS
Sparse dots- See Also:
- Constant Field Values
-
THICK_HORZ_BANDS
static final short THICK_HORZ_BANDS
Thick horizontal bands- See Also:
- Constant Field Values
-
THICK_VERT_BANDS
static final short THICK_VERT_BANDS
Thick vertical bands- See Also:
- Constant Field Values
-
THICK_BACKWARD_DIAG
static final short THICK_BACKWARD_DIAG
Thick backward facing diagonals- See Also:
- Constant Field Values
-
THICK_FORWARD_DIAG
static final short THICK_FORWARD_DIAG
Thick forward facing diagonals- See Also:
- Constant Field Values
-
BIG_SPOTS
static final short BIG_SPOTS
Large spots- See Also:
- Constant Field Values
-
BRICKS
static final short BRICKS
Brick-like layout- See Also:
- Constant Field Values
-
THIN_HORZ_BANDS
static final short THIN_HORZ_BANDS
Thin horizontal bands- See Also:
- Constant Field Values
-
THIN_VERT_BANDS
static final short THIN_VERT_BANDS
Thin vertical bands- See Also:
- Constant Field Values
-
THIN_BACKWARD_DIAG
static final short THIN_BACKWARD_DIAG
Thin backward diagonal- See Also:
- Constant Field Values
-
THIN_FORWARD_DIAG
static final short THIN_FORWARD_DIAG
Thin forward diagonal- See Also:
- Constant Field Values
-
SQUARES
static final short SQUARES
Squares- See Also:
- Constant Field Values
-
DIAMONDS
static final short DIAMONDS
Diamonds- See Also:
- Constant Field Values
-
LESS_DOTS
static final short LESS_DOTS
Less Dots- See Also:
- Constant Field Values
-
LEAST_DOTS
static final short LEAST_DOTS
Least Dots- See Also:
- Constant Field Values
-
-
Method Detail
-
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
void setFillBackgroundColor(Color bg)
-
setFillForegroundColor
void setFillForegroundColor(Color fg)
-
setFillPattern
void setFillPattern(short fp)
-
-