Uses of Class
org.apache.poi.xssf.model.StylesTable
Packages that use StylesTable
-
Uses of StylesTable in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return StylesTableModifier and TypeMethodDescriptionXSSFReader.getStylesTable()
Opens up the Styles Table, parses it, and returns a handy object for working with cell styles -
Uses of StylesTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return StylesTableModifier and TypeMethodDescriptionprotected StylesTable
XSSFCell.getStylesSource()
XSSFWorkbook.getStylesSource()
Return a object representing a collection of shared objects used for styling content, e.g.Methods in org.apache.poi.xssf.usermodel with parameters of type StylesTableModifier and TypeMethodDescriptionlong
XSSFFont.registerTo
(StylesTable styles) Perform a registration of ourselves to the style tableprotected void
XSSFRichTextString.setStylesTableReference
(StylesTable tbl) void
XSSFCellStyle.verifyBelongsToStylesSource
(StylesTable src) Verifies that this style belongs to the supplied Workbook Styles Source.Constructors in org.apache.poi.xssf.usermodel with parameters of type StylesTableModifierConstructorDescriptionXSSFCellStyle
(int cellXfId, int cellStyleXfId, StylesTable stylesSource, ThemesTable theme) Creates a Cell Style from the supplied partsXSSFCellStyle
(StylesTable stylesSource) Creates an empty Cell Styleprotected
XSSFDataFormat
(StylesTable stylesSource) XSSFTableStyleInfo
(StylesTable stylesTable, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo tableStyleInfo)