Uses of Class
org.apache.poi.ss.usermodel.FillPatternType

Packages that use FillPatternType
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of FillPatternType in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return FillPatternType
 FillPatternType HSSFCellStyle.getFillPatternEnum()
          get the fill pattern
 

Methods in org.apache.poi.hssf.usermodel with parameters of type FillPatternType
 void HSSFCellStyle.setFillPattern(FillPatternType fp)
          setting to one fills the cell with the foreground color...
 

Uses of FillPatternType in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return FillPatternType
static FillPatternType FillPatternType.forInt(int code)
           
 FillPatternType CellStyle.getFillPatternEnum()
          get the fill pattern (??) - set to 1 to fill with foreground color
static FillPatternType FillPatternType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FillPatternType[] FillPatternType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.ss.usermodel with parameters of type FillPatternType
 void CellStyle.setFillPattern(FillPatternType fp)
          setting to one fills the cell with the foreground color...
 

Uses of FillPatternType in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return FillPatternType
 FillPatternType XSSFCellStyle.getFillPatternEnum()
          Get the fill pattern
 

Methods in org.apache.poi.xssf.usermodel with parameters of type FillPatternType
 void XSSFCellStyle.setFillPattern(FillPatternType pattern)
          This element is used to specify cell fill information for pattern and solid color cell fills.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.