| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.text.StyleInfo |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final StyleInfo | NO_STYLE | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StyleInfo(Integer fgcolor, Integer bgcolor, Boolean bold, Boolean italic) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| Integer | getBackgroundColor() | ||||||||||
| Boolean | getBold() | ||||||||||
| Integer | getForegroundColor() | ||||||||||
| Boolean | getItalic() | ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||