Uses of Enum Class
com.github.oowekyala.ooxml.messages.TerminalColor
Packages that use TerminalColor
Package
Description
Simple API to produce nice error messages when reading an XML file.
-
Uses of TerminalColor in com.github.oowekyala.ooxml.messages
Subclasses with type arguments of type TerminalColor in com.github.oowekyala.ooxml.messagesModifier and TypeClassDescriptionenumANSI escape sequences for colors, to style text in terminal environments.Methods in com.github.oowekyala.ooxml.messages that return TerminalColorModifier and TypeMethodDescriptionstatic TerminalColorReturns the enum constant of this class with the specified name.static TerminalColor[]TerminalColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.oowekyala.ooxml.messages with parameters of type TerminalColorModifier and TypeMethodDescriptionstatic StringTerminalColor.style(String text, TerminalColor foreground, TerminalColor background, boolean brightFg, boolean brightBg, boolean boldText) Style both foreground and background.