Class HtmlTextDocumentFormatter
java.lang.Object
com.pnfsoftware.jeb.core.output.AbstractHtmlFormatter<ItemClassIdentifiers>
com.pnfsoftware.jeb.core.output.text.HtmlTextDocumentFormatter
Formatter that converts an
ITextDocument
to a rich html output.-
Constructor Summary
ConstructorsConstructorDescriptionHtmlTextDocumentFormatter
(IItemStyleInfoProvider styleprv, String title, boolean insertCopyright) -
Method Summary
Modifier and TypeMethodDescriptiongenerate
(ITextDocument doc) generate
(ITextDocumentPart part) protected CharSequence
generateCssBlock
(ItemClassIdentifiers id, String classname) Methods inherited from class com.pnfsoftware.jeb.core.output.AbstractHtmlFormatter
generate, generateCssDivStyle, getClassname
-
Constructor Details
-
HtmlTextDocumentFormatter
public HtmlTextDocumentFormatter(IItemStyleInfoProvider styleprv, String title, boolean insertCopyright)
-
-
Method Details
-
generate
-
generate
-
generateCssBlock
- Specified by:
generateCssBlock
in classAbstractHtmlFormatter<ItemClassIdentifiers>
-