Uses of Class
com.github.oowekyala.ooxml.messages.TerminalColor
-
Packages that use TerminalColor Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of TerminalColor in com.github.oowekyala.ooxml.messages
Methods in com.github.oowekyala.ooxml.messages that return TerminalColor Modifier and Type Method Description static TerminalColorTerminalColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TerminalColor[]TerminalColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.oowekyala.ooxml.messages with parameters of type TerminalColor Modifier and Type Method Description static java.lang.StringTerminalColor. style(java.lang.String text, TerminalColor foreground, TerminalColor background, boolean brightFg, boolean brightBg, boolean boldText)Style both foreground and background.
-