Uses of Interface
com.scroogexhtml.converter.ConversionConfiguration
Packages that use ConversionConfiguration
Package
Description
Provides the main converter class, ScroogeXHTML.
Provides the main converter classes.
Provides classes for CSS.
Provides a 'document object model' based on javax.xml.
-
Uses of ConversionConfiguration in com.scroogexhtml
Classes in com.scroogexhtml that implement ConversionConfigurationModifier and TypeClassDescriptionclassScroogeXHTML class provides methods to convert RTF documents to XHTML/HTML format. -
Uses of ConversionConfiguration in com.scroogexhtml.converter
Classes in com.scroogexhtml.converter that implement ConversionConfigurationModifier and TypeClassDescriptionclassScroogeXHTMLBase defines the converter properties.classThe ScroogeXHTMLMain class contains the core conversion algorithm for RTF. -
Uses of ConversionConfiguration in com.scroogexhtml.css
Constructors in com.scroogexhtml.css with parameters of type ConversionConfigurationModifierConstructorDescriptionCssBuilder(ConversionConfiguration configuration) CSS string builder. -
Uses of ConversionConfiguration in com.scroogexhtml.xmldom
Methods in com.scroogexhtml.xmldom with parameters of type ConversionConfigurationModifier and TypeMethodDescriptionstatic StringHeadElementBuilder.getDefaultFontStyleDefinition(ConversionConfiguration configuration) Constructors in com.scroogexhtml.xmldom with parameters of type ConversionConfigurationModifierConstructorDescriptionHeadElementBuilder(ConversionConfiguration configuration, HtmlHeadConfiguration htmlHeadConfiguration, Document document) XMLDOMWriter(ConversionConfiguration configuration, HtmlHeadConfiguration htmlHeadConfig, TablePropConfiguration tablePropConfig, Charset charset) Initializes an instance of the XMLDOMWriter class with the given parameters.