Package io.keikai.importer
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addColor(String argb)
Add color if not present.void
addIndexedColor(String argb)
String
getIndexColorByIndex(int index)
-