Class TableConverter

java.lang.Object
writer2latex.xhtml.ConverterHelper
writer2latex.xhtml.TableConverter

public class TableConverter extends ConverterHelper
  • Field Details

  • Constructor Details

  • Method Details

    • convertTableContent

      public void convertTableContent(Element onode)
      Converts an office node as a complete table (spreadsheet) document
      Parameters:
      onode - the Office node containing the content to convert
    • handleTable

      public void handleTable(Node onode, Node hnode)
      Process a table:table tag
      Parameters:
      onode - the Office node containing the table element
      hnode - the XHTML node to which the table should be attached
    • borderWidth

      public String borderWidth(String sBorder)