Class HeadingConverter

java.lang.Object
writer2latex.latex.HeadingConverter

public class HeadingConverter extends Object
  • Constructor Details

  • Method Details

    • appendDeclarations

      public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
    • handleHeading

      public void handleHeading(Element node, LaTeXDocumentPortion ldp, Context oc)
      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
    • containsElements

      public boolean containsElements(Node node)