Uses of Class
net.sf.okapi.filters.openxml.Color
-
Packages that use Color Package Description net.sf.okapi.filters.openxml -
-
Uses of Color in net.sf.okapi.filters.openxml
Methods in net.sf.okapi.filters.openxml that return Color Modifier and Type Method Description static ColorColor. fromCode(String code)Get a color based on its color code (either Word or Excel).static ColorColor. fromName(String name)Get a color based on its name.static ColorColor. valueOf(String name)Returns the enum constant of this type with the specified name.static Color[]Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-