Class RowStyleConverter


public class RowStyleConverter extends StyleWithPropertiesConverterHelper
This class converts OpenDocument row styles to CSS2 styles. Rows formatting includes background, and also height, which is considered elsewhere.
  • Constructor Details

    • RowStyleConverter

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