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

Formatter that converts an [ITextDocument](ITextDocument) to a rich html output.

## Constructor: HtmlTextDocumentFormatter
- parameter: `styleprv`, type: `com.pnfsoftware.jeb.core.output.text.IItemStyleInfoProvider`
- parameter: `title`, type: `java.lang.String`
- parameter: `insertCopyright`, type: `boolean`


## Method: generate
- parameter: `doc`, type: `com.pnfsoftware.jeb.core.output.text.ITextDocument`
- return type: `java.lang.String`


## Method: generate
- parameter: `part`, type: `com.pnfsoftware.jeb.core.output.text.ITextDocumentPart`
- return type: `java.lang.String`


## Protected Method: generateCssBlock
- parameter: `id`, type: `com.pnfsoftware.jeb.core.output.ItemClassIdentifiers`
- parameter: `classname`, type: `java.lang.String`
- return type: `java.lang.CharSequence`


