Class ParStyleConverter


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

    • 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
  • Method Details