| Package | Description | 
|---|---|
| com.scroogexhtml | 
 Provides the main converter class, ScroogeXHTML. 
 | 
| com.scroogexhtml.converter | 
 Provides the main converter classes. 
 | 
| com.scroogexhtml.css | 
 Provides classes for CSS. 
 | 
| com.scroogexhtml.fonts | 
 Provides classes for font substitution, font statistics. 
 | 
| com.scroogexhtml.statistics | 
 Provides default implementations of statistics classes. 
 | 
| com.scroogexhtml.xmldom | 
 Provides a 'document object model' based on javax.xml. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScroogeXHTML
ScroogeXHTML is the converter class which needs to be installed or
 instantiated in the application. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScroogeXHTMLMain
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF. 
 | 
| Constructor and Description | 
|---|
CssBuilder(ScroogeXHTMLBase converter)
TODO(MJ) use instance with final charProps / parProps. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
FontReplacing.replace(ScroogeXHTMLBase converter,
       String rtfFontName,
       FontFamily rtfFontFamily)
The converter calls this method for each font name in the RTF font 
 table, passing in the RTF font name and the font type. 
 | 
String | 
DefaultFontReplacer.replace(ScroogeXHTMLBase converter,
       String rtfFontName,
       FontFamily rtfFontFamily)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DefaultFontStatistics.adjust(ScroogeXHTMLBase converter,
      Map<FontDef,Integer> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
HeadElementBuilder.getDefaultFontStyleDefinition(ScroogeXHTMLBase converter)  | 
| Constructor and Description | 
|---|
XMLDOMWriter(ScroogeXHTMLBase aconverter)  | 
XMLDOMWriter(ScroogeXHTMLBase aconverter,
            Charset charset)
XMLDomWriter constructor. 
 | 
XMLDOMWriterWithStatistics(ScroogeXHTMLBase aconverter)  | 
Copyright © 2019 Habarisoft. All rights reserved.