Class Colors


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

      Constructors 
      Constructor Description
      Colors()  
      Colors​(boolean ignoreBuiltin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addColor​(java.lang.String argb)
      Add color if not present.
      void addIndexedColor​(java.lang.String argb)  
      java.lang.String getIndexColorByIndex​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Colors

        public Colors()
      • Colors

        public Colors​(boolean ignoreBuiltin)
    • Method Detail

      • getIndexColorByIndex

        public java.lang.String getIndexColorByIndex​(int index)
      • addColor

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

        public void addIndexedColor​(java.lang.String argb)