writer2latex.xhtml
public class Converter extends ConverterBase
This class converts an OpenDocument file to an XHTML(+MathML) document<.
| Field Summary | |
|---|---|
| protected int | nType |
| Constructor Summary | |
|---|---|
| Converter(int nType) | |
| Method Summary | |
|---|---|
| void | addTarget(Element node, String sId) |
| void | changeOutFile(int nIndex) |
| void | convertInner() |
| protected Element | createElement(String s) |
| Element | createLink(String sId) |
| Element | createLink(Element onode) |
| Element | createTarget(String sId) |
| protected Text | createTextNode(String s) |
| Config | getConfig() |
| protected DrawConverter | getDrawCv() |
| protected L10n | getL10n() |
| protected MathConverter | getMathCv() |
| protected int | getOutFileIndex() |
| String | getOutFileName(int nIndex, boolean bWithExt) |
| Element | getPanelNode() |
| protected StyleConverter | getStyleCv() |
| protected TableConverter | getTableCv() |
| protected TextConverter | getTextCv() |
| protected int | getType() |
| void | handleOfficeAnnotation(Node onode, Node hnode) |
| protected Node | importNode(Node node, boolean bDeep) |
| Element | nextOutFile() |
| boolean | outFileHasContent() |
| void | readTemplate(InputStream is) |
| void | readTemplate(File file) |