Class TableConverter

java.lang.Object
writer2latex.latex.ConverterHelper
writer2latex.latex.TableConverter

public class TableConverter extends ConverterHelper

This class converts OpenDocument tables to LaTeX.

The following LaTeX packages are used; some of them are optional

array.sty, longtable.sty, supertabular.sty, tabulary.sty, hhline.sty, colortbl.sty.

Options:

  • use_longtable = true|false
  • use_supertabular = true|false
  • use_tabulary = true|false
  • use_colortbl = true|false
  • float_tables = true|false
  • float_options = <string>
  • table_content = accept|ignore|warning|error