public class TableConverter extends ConverterHelper
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<java.lang.String> |
sheetNames |
config, converter, ofr
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
|
applyStyle, getCellSc, getDrawCv, getFrameSc, getHeadingSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
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)