Uses of Interface
org.apache.poi.ss.usermodel.DxfCellStyle
-
Packages that use DxfCellStyle Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel -
-
Uses of DxfCellStyle in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return DxfCellStyle Modifier and Type Method Description DxfCellStyle
ColorFilter. getDxfCellStyle()
Returns the Fill of this ColorFilter -
Uses of DxfCellStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement DxfCellStyle Modifier and Type Class Description class
XSSFDxfCellStyle
Cell style for DxfsMethods in org.apache.poi.xssf.usermodel that return DxfCellStyle Modifier and Type Method Description DxfCellStyle
XSSFColorFilter. getDxfCellStyle()
Constructors in org.apache.poi.xssf.usermodel with parameters of type DxfCellStyle Constructor Description XSSFColorFilter(DxfCellStyle dxfStyle, boolean byFontColor)
-