Class Colors

java.lang.Object
io.keikai.importer.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 Details

    • Colors

      public Colors()
    • Colors

      public Colors(boolean ignoreBuiltin)
  • Method Details

    • 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)