writer2latex.xhtml
Class TableConverter

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

public class TableConverter
extends ConverterHelper


Field Summary
protected  java.util.Vector sheetNames
           
 
Fields inherited from class writer2latex.xhtml.ConverterHelper
config, converter, ofr
 
Constructor Summary
TableConverter(OfficeReader ofr, XhtmlConfig config, Converter converter)
           
 
Method Summary
 java.lang.String borderWidth(java.lang.String sBorder)
           
 void convertTableContent(org.w3c.dom.Element onode)
          Converts an office node as a complete table (spreadsheet) document
 void handleTable(org.w3c.dom.Node onode, org.w3c.dom.Node hnode)
          Process a table:table tag
 
Methods inherited from class writer2latex.xhtml.ConverterHelper
applyStyle, getCellSc, getDrawCv, getFrameSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sheetNames

protected java.util.Vector sheetNames
Constructor Detail

TableConverter

public TableConverter(OfficeReader ofr,
                      XhtmlConfig config,
                      Converter converter)
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)