Package com.scroogexhtml.converter
Provides the main converter classes.
-
Interface Summary Interface Description ConversionConfiguration Conversion configuration interface.Writer Writer interface. -
Class Summary Class Description AbstractWriter The AbstractWriter class holds the Writer state.CharacterProperties The CharacterProperties class is used to save current data of theWriter
.CharPropConfiguration Nested property which contains character conversion properties.ConversionKeys Provides string constants that can be used to set output properties for a converter, or to retrieve output properties from a converter object.HtmlHeadConfiguration Nested property which contains HTML HEAD section properties.ParagraphProperties The ParagraphProperties class is used to save current state data of theWriter
.ParaPropConfiguration Nested property which contains paragraph conversion properties.ScroogeXHTMLBase ScroogeXHTMLBase defines the converter properties.ScroogeXHTMLMain The ScroogeXHTMLMain class contains the core conversion algorithm for RTF.SymbolConverter This class provides Symbol font conversion.UnicodeConverter This class provides Unicode conversion methods. -
Enum Summary Enum Description Alignment This enum defines available paragraph alignments.DocumentType This enum defines available document types of the conversion result.FontSizeUnit This enum defines available font size units.ParagraphProperties.Border This enum defines available paragraph border attributes. -
Exception Summary Exception Description ConversionException The ConversionException class encapsulates fatal conversion errors.