writer2latex.latex
Class InlineConverter
public class InlineConverter
This class handles basic inline text.
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)
|