Package | Description |
---|---|
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
ThemesTable |
StylesTable.getTheme()
Get the current Workbook's theme table, or null if the
Workbook lacks any themes.
|
Modifier and Type | Method and Description |
---|---|
void |
StylesTable.setTheme(ThemesTable theme) |
Modifier and Type | Method and Description |
---|---|
ThemesTable |
XSSFWorkbook.getTheme()
Returns the Theme of current workbook.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFFont.setThemesTable(ThemesTable themes)
Records the Themes Table that is associated with
the current font, used when looking up theme
based colours and properties.
|
Constructor and Description |
---|
XSSFCellStyle(int cellXfId,
int cellStyleXfId,
StylesTable stylesSource,
ThemesTable theme)
Creates a Cell Style from the supplied parts
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellBorder.setThemesTable(ThemesTable themes)
Records the Themes Table that is associated with
the current font, used when looking up theme
based colours and properties.
|
Constructor and Description |
---|
XSSFCellBorder(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder border,
ThemesTable theme,
IndexedColorMap colorMap)
Creates a Cell Border from the supplied XML definition
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.