Package org.apache.poi.xssf.usermodel
Class XSSFPatternFormatting
- java.lang.Object
 - 
- org.apache.poi.xssf.usermodel.XSSFPatternFormatting
 
 
- 
- All Implemented Interfaces:
 PatternFormatting
public class XSSFPatternFormatting extends java.lang.Object implements PatternFormatting
 
- 
- 
Field Summary
- 
Fields inherited from interface org.apache.poi.ss.usermodel.PatternFormatting
ALT_BARS, BIG_SPOTS, BRICKS, DIAMONDS, FINE_DOTS, LEAST_DOTS, LESS_DOTS, NO_FILL, SOLID_FOREGROUND, SPARSE_DOTS, SQUARES, THICK_BACKWARD_DIAG, THICK_FORWARD_DIAG, THICK_HORZ_BANDS, THICK_VERT_BANDS, THIN_BACKWARD_DIAG, THIN_FORWARD_DIAG, THIN_HORZ_BANDS, THIN_VERT_BANDS 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetFillBackgroundColor()XSSFColorgetFillBackgroundColorColor()shortgetFillForegroundColor()XSSFColorgetFillForegroundColorColor()shortgetFillPattern()voidsetFillBackgroundColor(short bg)voidsetFillBackgroundColor(Color bg)voidsetFillForegroundColor(short fg)voidsetFillForegroundColor(Color fg)voidsetFillPattern(short fp) 
 - 
 
- 
- 
Method Detail
- 
getFillBackgroundColorColor
public XSSFColor getFillBackgroundColorColor()
- Specified by:
 getFillBackgroundColorColorin interfacePatternFormatting
 
- 
getFillForegroundColorColor
public XSSFColor getFillForegroundColorColor()
- Specified by:
 getFillForegroundColorColorin interfacePatternFormatting
 
- 
getFillPattern
public short getFillPattern()
- Specified by:
 getFillPatternin interfacePatternFormatting
 
- 
getFillBackgroundColor
public short getFillBackgroundColor()
- Specified by:
 getFillBackgroundColorin interfacePatternFormatting
 
- 
getFillForegroundColor
public short getFillForegroundColor()
- Specified by:
 getFillForegroundColorin interfacePatternFormatting
 
- 
setFillBackgroundColor
public void setFillBackgroundColor(Color bg)
- Specified by:
 setFillBackgroundColorin interfacePatternFormatting
 
- 
setFillBackgroundColor
public void setFillBackgroundColor(short bg)
- Specified by:
 setFillBackgroundColorin interfacePatternFormatting
 
- 
setFillForegroundColor
public void setFillForegroundColor(Color fg)
- Specified by:
 setFillForegroundColorin interfacePatternFormatting
 
- 
setFillForegroundColor
public void setFillForegroundColor(short fg)
- Specified by:
 setFillForegroundColorin interfacePatternFormatting
 
- 
setFillPattern
public void setFillPattern(short fp)
- Specified by:
 setFillPatternin interfacePatternFormatting
 
 - 
 
 -