Class TableStyleConverter


  • public class TableStyleConverter
    extends StyleWithPropertiesConverterHelper
    This class converts OpenDocument table styles to CSS2 styles. Table formatting includes background, alignment, margins, and also width, which is considered elsewhere.
    • Constructor Detail

      • TableStyleConverter

        public TableStyleConverter​(OfficeReader ofr,
                                   XhtmlConfig config,
                                   Converter converter,
                                   int nType)
        Create a new TableStyleConverter
        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