public interface Themes
| Modifier and Type | Method and Description |
|---|---|
XSSFColor |
getThemeColor(int idx)
Convert a theme "index" (as used by fonts etc) into a color.
|
void |
inheritFromThemeAsRequired(XSSFColor color)
If the colour is based on a theme, then inherit
information (currently just colours) from it as
required.
|
XSSFColor getThemeColor(int idx)
idx - A theme "index"void inheritFromThemeAsRequired(XSSFColor color)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.