|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.xhtml.ConverterHelper
writer2latex.xhtml.TableConverter
public class TableConverter
Field Summary | |
---|---|
protected java.util.Vector |
sheetNames
|
Fields inherited from class writer2latex.xhtml.ConverterHelper |
---|
config, converter, ofr |
Constructor Summary | |
---|---|
TableConverter(OfficeReader ofr,
Config config,
Converter converter)
|
Method Summary | |
---|---|
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 |
---|
protected java.util.Vector sheetNames
Constructor Detail |
---|
public TableConverter(OfficeReader ofr, Config config, Converter converter)
Method Detail |
---|
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 attached
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |