public class TableConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<java.lang.String> |
sheetNames |
Constructor and Description |
---|
TableConverter(OfficeReader ofr,
XhtmlConfig config,
Converter converter) |
Modifier and Type | Method and Description |
---|---|
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
|
public TableConverter(OfficeReader ofr, XhtmlConfig config, Converter converter)
public void convertTableContent(org.w3c.dom.Element onode)
onode
- the Office node containing the content to convertpublic void handleTable(org.w3c.dom.Node onode, org.w3c.dom.Node hnode)
onode
- the Office node containing the table elementhnode
- the XHTML node to which the table should be attachedpublic java.lang.String borderWidth(java.lang.String sBorder)