Package writer2latex.xhtml
Class TableConverter
java.lang.Object
writer2latex.xhtml.TableConverter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionborderWidth(String sBorder) voidconvertTableContent(Element onode) Converts an office node as a complete table (spreadsheet) documentvoidhandleTable(Node onode, Node hnode) Process a table:table tag
-
Field Details
-
sheetNames
-
-
Constructor Details
-
TableConverter
-
-
Method Details
-
convertTableContent
Converts an office node as a complete table (spreadsheet) document- Parameters:
onode- the Office node containing the content to convert
-
handleTable
Process a table:table tag- Parameters:
onode- the Office node containing the table elementhnode- the XHTML node to which the table should be attached
-
borderWidth
-