Class TableConverter

    • Field Detail

      • sheetNames

        protected java.util.Vector<java.lang.String> sheetNames
    • Method Detail

      • convertTableContent

        public void convertTableContent​(org.w3c.dom.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​(org.w3c.dom.Node onode,
                                org.w3c.dom.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 java.lang.String borderWidth​(java.lang.String sBorder)