Class ParStyleConverter


  • public class ParStyleConverter
    extends StyleWithPropertiesConverterHelper
    This class converts OpenDocument paragraph styles to CSS2 styles for use in ordinary paragraphs. This also includes conversion of paragraph properties in other styles (heading styles, cell styles).
    • Constructor Detail

      • ParStyleConverter

        public ParStyleConverter​(OfficeReader ofr,
                                 XhtmlConfig config,
                                 Converter converter,
                                 int nType)
        Create a new ParStyleConverter
        Parameters:
        ofr - an OfficeReader to read style information from
        config - the configuration to use
        converter - the main Converter class
        nType - the type of XHTML to use