Class Colors


  • public class Colors
    extends Object
    Colors responsible for manage colors in a workbook. see http://www.datypic.com/sc/ooxml/t-ssml_CT_Colors.html
    Author:
    jumperchen
    • Constructor Detail

      • Colors

        public Colors()
      • Colors

        public Colors​(boolean ignoreBuiltin)
    • Method Detail

      • getIndexColorByIndex

        public String getIndexColorByIndex​(int index)
      • addColor

        public void addColor​(String argb)
        Add color if not present.
        Parameters:
        argb -
      • addIndexedColor

        public void addIndexedColor​(String argb)