# Interface: com.pnfsoftware.jeb.core.output.text.IItemStyleInfoProvider

A provider of style information for item class identifiers.

## Method: getStyle
- parameter: `id`, type: `com.pnfsoftware.jeb.core.output.ItemClassIdentifiers`
- return type: `com.pnfsoftware.jeb.core.output.text.StyleInfo`

Description: Retrieve the style information associated with a class identifier.
parameter: id: item class identifier
return: the corresponding style information, or `null` if unspecified

