# Class: com.pnfsoftware.jeb.core.output.text.StyleInfo

Simple style information for text, containing foreground and background colors, as well as bold and italic flags.

## Constructor: StyleInfo
- parameter: `fgcolor`, type: `java.lang.Integer`
- parameter: `bgcolor`, type: `java.lang.Integer`
- parameter: `bold`, type: `java.lang.Boolean`
- parameter: `italic`, type: `java.lang.Boolean`


## Static Field: NO_STYLE
Type: `com.pnfsoftware.jeb.core.output.text.StyleInfo`

## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: getBackgroundColor
- return type: `java.lang.Integer`


## Method: getBold
- return type: `java.lang.Boolean`


## Method: getForegroundColor
- return type: `java.lang.Integer`


## Method: getItalic
- return type: `java.lang.Boolean`


## Method: hashCode
- return type: `int`


## Method: toString
- return type: `java.lang.String`


