Uses of Class
org.apache.poi.ss.usermodel.FillPatternType
-
Packages that use FillPatternType Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description FillPatternTypeHSSFCellStyle. getFillPattern()Methods in org.apache.poi.hssf.usermodel with parameters of type FillPatternType Modifier and Type Method Description voidHSSFCellStyle. 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 Modifier and Type Method Description static FillPatternTypeFillPatternType. forInt(int code)FillPatternTypeCellStyle. getFillPattern()Get the fill patternstatic FillPatternTypeFillPatternType. 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 Modifier and Type Method Description voidCellStyle. 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 Modifier and Type Method Description FillPatternTypeXSSFDxfCellStyle. getFillPattern()FillPatternTypeXSSFNamedStyle. getFillPattern()Methods in org.apache.poi.xssf.usermodel with parameters of type FillPatternType Modifier and Type Method Description voidXSSFDxfCellStyle. setFillPattern(FillPatternType fp)voidXSSFNamedStyle. setFillPattern(FillPatternType fp)
-