Uses of Class
org.apache.poi.xssf.model.ThemesTable
Packages that use ThemesTable
Package
Description
-
Uses of ThemesTable in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return ThemesTableModifier and TypeMethodDescriptionStylesTable.getTheme()
Get the current Workbook's theme table, or null if the Workbook lacks any themes.Methods in org.apache.poi.xssf.model with parameters of type ThemesTable -
Uses of ThemesTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ThemesTableMethods in org.apache.poi.xssf.usermodel with parameters of type ThemesTableModifier and TypeMethodDescriptionvoid
XSSFFont.setThemesTable
(ThemesTable themes) Records the Themes Table that is associated with the current font, used when looking up theme based colours and properties.Constructors in org.apache.poi.xssf.usermodel with parameters of type ThemesTableModifierConstructorDescriptionXSSFCellStyle
(int cellXfId, int cellStyleXfId, StylesTable stylesSource, ThemesTable theme) Creates a Cell Style from the supplied parts -
Uses of ThemesTable in org.apache.poi.xssf.usermodel.extensions
Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type ThemesTableModifier and TypeMethodDescriptionvoid
XSSFCellBorder.setThemesTable
(ThemesTable themes) Records the Themes Table that is associated with the current font, used when looking up theme based colours and properties.Constructors in org.apache.poi.xssf.usermodel.extensions with parameters of type ThemesTableModifierConstructorDescriptionXSSFCellBorder
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border, ThemesTable theme, IndexedColorMap colorMap) Creates a Cell Border from the supplied XML definition