| Package | Description | 
|---|---|
| org.apache.poi.xssf.eventusermodel | |
| org.apache.poi.xssf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
| StylesTable | XSSFReader. getStylesTable()Opens up the Styles Table, parses it, and
 returns a handy object for working with cell styles | 
| Modifier and Type | Method and Description | 
|---|---|
| StylesTable | XSSFWorkbook. getStylesSource()Return a object representing a collection of shared objects used for styling content,
 e.g. | 
| protected StylesTable | XSSFCell. getStylesSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | XSSFFont. registerTo(StylesTable styles)Perform a registration of ourselves
  to the style table | 
| long | XSSFFont. registerTo(StylesTable styles,
          boolean force) | 
| protected void | XSSFRichTextString. setStylesTableReference(StylesTable tbl) | 
| void | XSSFCellStyle. verifyBelongsToStylesSource(StylesTable src)Verifies that this style belongs to the supplied Workbook
  Styles Source. | 
| Constructor and Description | 
|---|
| XSSFCellStyle(int cellXfId,
             int cellStyleXfId,
             StylesTable stylesSource,
             ThemesTable theme)Creates a Cell Style from the supplied parts | 
| XSSFCellStyle(StylesTable stylesSource)Creates an empty Cell Style | 
| XSSFDataFormat(StylesTable stylesSource) | 
| XSSFTableStyleInfo(StylesTable stylesTable,
                  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo tableStyleInfo) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.