Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
TableStyle |
TableStyleInfo.getStyle() |
Modifier and Type | Method and Description |
---|---|
TableStyle |
StylesTable.getExplicitTableStyle(java.lang.String name)
NOTE: this only returns explicitly defined styles
|
TableStyle |
StylesTable.getTableStyle(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
protected static class |
XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle
implementation for built-in styles
|
class |
XSSFTableStyle
TableStyle implementation for styles defined in the OOXML styles.xml. |
Modifier and Type | Method and Description |
---|---|
TableStyle |
XSSFBuiltinTableStyle.getStyle() |
TableStyle |
XSSFTableStyleInfo.getStyle() |
Modifier and Type | Method and Description |
---|---|
static boolean |
XSSFBuiltinTableStyle.isBuiltinStyle(TableStyle style)
NOTE: only checks by name, not definition.
|
Constructor and Description |
---|
XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn,
TableStyle style) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.