Class SectionStyleConverter


public class SectionStyleConverter extends StyleWithPropertiesConverterHelper
This class converts OpenDocument section styles to CSS2 styles. Sections are formatted using (a subset of) box properties and with columns. The latter would require css3 to be converted (column-count property)
  • Constructor Details

    • SectionStyleConverter

      public SectionStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
      Create a new SectionStyleConverter
      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
  • Method Details