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)
public java.lang.String getName()
getName
in interface TableStyle
public int getIndex()
TableStyle
getIndex
in interface TableStyle
public boolean isBuiltin()
isBuiltin
in interface TableStyle
public DifferentialStyleProvider getStyle(TableStyleType type)
getStyle
in interface TableStyle
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.