Package org.apache.poi.xssf.model
Interface Themes
- All Known Implementing Classes:
ThemesTable
public interface Themes
-
Method Summary
Modifier and TypeMethodDescriptiongetThemeColor
(int idx) Convert a theme "index" (as used by fonts etc) into a color.void
If the colour is based on a theme, then inherit information (currently just colours) from it as required.
-
Method Details
-
getThemeColor
Convert a theme "index" (as used by fonts etc) into a color.- Parameters:
idx
- A theme "index"- Returns:
- The mapped XSSFColor, or null if not mapped.
-
inheritFromThemeAsRequired
If the colour is based on a theme, then inherit information (currently just colours) from it as required.
-