Class CellStyleConverter


public class CellStyleConverter extends StyleWithPropertiesConverterHelper
This class converts OpenDocument cell styles to CSS2 styles. Cells are formatted using box properties and alignment.
  • Constructor Details

    • CellStyleConverter

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