Uses of Class
org.apache.poi.xssf.usermodel.extensions.XSSFCellFill
-
Packages that use XSSFCellFill Package Description org.apache.poi.xssf.model -
-
Uses of XSSFCellFill in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFCellFill Modifier and Type Method Description XSSFCellFillStyles. getFillAt(int idx)XSSFCellFillStylesTable. getFillAt(int idx)Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFCellFill Modifier and Type Method Description List<XSSFCellFill>StylesTable. getFills()Methods in org.apache.poi.xssf.model with parameters of type XSSFCellFill Modifier and Type Method Description intStyles. putFill(XSSFCellFill fill)Adds a fill to the fill style table if it isn't already in the style table Does nothing if fill is already in fill style tableintStylesTable. putFill(XSSFCellFill fill)Adds a fill to the fill style table if it isn't already in the style table Does nothing if fill is already in fill style table
-