| Package | Description | 
|---|---|
| org.apache.poi.xssf.model | 
| Modifier and Type | Method and Description | 
|---|---|
| XSSFCellFill | StylesTable. getFillAt(int idx) | 
| XSSFCellFill | Styles. getFillAt(int idx) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<XSSFCellFill> | StylesTable. getFills() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | StylesTable. 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 | 
| int | Styles. 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 | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.