Package writer2latex.xhtml
Class TableConverter
java.lang.Object
writer2latex.xhtml.ConverterHelper
writer2latex.xhtml.TableConverter
-
Field Summary
FieldsFields inherited from class writer2latex.xhtml.ConverterHelper
config, converter, ofr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionborderWidth
(String sBorder) void
convertTableContent
(Element onode) Converts an office node as a complete table (spreadsheet) documentvoid
handleTable
(Node onode, Node hnode) Process a table:table tagMethods inherited from class writer2latex.xhtml.ConverterHelper
applyStyle, getCellSc, getDrawCv, getFrameSc, getHeadingSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
-
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
-