writer2latex.latex
public class InlineConverter extends ConverterHelper
This class handles basic inline text.
| Constructor Summary | |
|---|---|
| InlineConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette) | |
| Method Summary | |
|---|---|
| void | appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl) |
| void | handleTextSpan(Element node, LaTeXDocumentPortion ldp, Context oc) Handle a text:span element |
| void | traverseInlineMath(Element node, LaTeXDocumentPortion ldp, Context oc) |
| void | traverseInlineText(Element node, LaTeXDocumentPortion ldp, Context oc) |
| void | traversePCDATA(Element node, LaTeXDocumentPortion ldp, Context oc) |
| void | traversePlainInlineText(Element node, LaTeXDocumentPortion ldp, Context oc) |