protected static class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle extends java.lang.Object implements TableStyle
| Modifier | Constructor and Description |
|---|---|
protected |
XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn,
TableStyle style) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Some clients may care where in the table style list this definition came from, so we'll track it.
|
java.lang.String |
getName() |
DifferentialStyleProvider |
getStyle(TableStyleType type) |
boolean |
isBuiltin() |
protected XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn, TableStyle style)
builtIn - style - public java.lang.String getName()
getName in interface TableStylepublic int getIndex()
TableStylegetIndex in interface TableStylepublic boolean isBuiltin()
isBuiltin in interface TableStylepublic DifferentialStyleProvider getStyle(TableStyleType type)
getStyle in interface TableStyleCopyright 2021 The Apache Software Foundation or its licensors, as applicable.