Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
ThemesTable |
StylesTable.getTheme() |
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(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellStyleXf,
StylesTable stylesSource,
ThemesTable theme) |
XSSFCellStyle(int cellXfId,
int cellStyleXfId,
StylesTable stylesSource,
ThemesTable theme)
Creates a Cell Style from the supplied parts
|
XSSFDxfCellStyle(int dxfId,
StylesTable stylesSource,
ThemesTable theme) |
XSSFDxfCellStyle(StylesTable stylesSource,
ThemesTable theme)
Creates an empty Cell Style with theme
|
XSSFNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int xfId,
StylesTable stylesSource,
ThemesTable theme) |
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)
Creates a Cell Border from the supplied XML definition
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.