Package writer2latex.xhtml
Class TextConverter
java.lang.Object
writer2latex.xhtml.ConverterHelper
writer2latex.xhtml.TextConverter
This class handles text content
-
Field Summary
FieldsFields inherited from class writer2latex.xhtml.ConverterHelper
config, converter, ofr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
convertTextContent
(Element onode) Converts an office node as a complete text documentprotected Element
doMaybeSplit
(Node node, int nLevel) protected int
protected int
protected void
handleAnchor
(Node onode, Node hnode) traverseBlockText
(Node onode, Node hnode) Methods 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
-
sections
-
-
Constructor Details
-
TextConverter
-
-
Method Details
-
convertTextContent
Converts an office node as a complete text document- Parameters:
onode
- the Office node containing the content to convert
-
getTocIndex
protected int getTocIndex() -
getAlphabeticalIndex
protected int getAlphabeticalIndex() -
traverseBlockText
-
doMaybeSplit
-
handleAnchor
-