writer2latex.latex
public class HeadingConverter extends ConverterHelper
| Constructor Summary | |
|---|---|
| HeadingConverter(OfficeReader ofr, Config config, ConverterPalette palette) Constructs a new | |
| Method Summary | |
|---|---|
| void | appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl) |
| boolean | containsElements(Node node) |
| void | handleHeading(Element node, LaTeXDocumentPortion ldp, Context oc) Process a heading. |
Constructs a new HeadingConverter.
Process a heading.
Parameters: node The text:h element node containing the heading ldp The LaTeXDocumentPortion to add LaTeX code to oc The current context