Uses of Enum Class
org.apache.poi.ss.usermodel.FillPatternType
Packages that use FillPatternType
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of FillPatternType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return FillPatternTypeModifier and TypeMethodDescriptionHSSFCellStyle.getFillPattern()HSSFCellStyle.getFillPatternEnum()Methods in org.apache.poi.hssf.usermodel with parameters of type FillPatternTypeModifier and TypeMethodDescriptionvoidHSSFCellStyle.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 FillPatternTypeModifier and TypeMethodDescriptionstatic FillPatternTypeFillPatternType.forInt(int code) CellStyle.getFillPattern()Get the fill patternCellStyle.getFillPatternEnum()Deprecated.static FillPatternTypeReturns the enum constant of this class with the specified name.static FillPatternType[]FillPatternType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type FillPatternTypeModifier and TypeMethodDescriptionvoidCellStyle.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 FillPatternTypeModifier and TypeMethodDescriptionXSSFCellStyle.getFillPattern()XSSFCellStyle.getFillPatternEnum()Methods in org.apache.poi.xssf.usermodel with parameters of type FillPatternTypeModifier and TypeMethodDescriptionvoidXSSFCellStyle.setFillPattern(FillPatternType pattern) This element is used to specify cell fill information for pattern and solid color cell fills.
getFillPattern()instead