Interface Themes

  • All Known Implementing Classes:
    ThemesTable

    public interface Themes
    • Method Detail

      • getThemeColor

        XSSFColor getThemeColor​(int idx)
        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

        void inheritFromThemeAsRequired​(XSSFColor color)
        If the colour is based on a theme, then inherit information (currently just colours) from it as required.