Class ParConverter


public class ParConverter extends StyleConverter
  • Constructor Details

  • Method Details

    • appendDeclarations

      public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
      Overrides:
      appendDeclarations in class StyleConverter
    • handleParagraph

      public void handleParagraph(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bLastInBlock)

      Process a text:p tag

      Parameters:
      node - The text:h element node containing the heading
      ldp - The LaTeXDocumentPortion to add LaTeX code to
      oc - The current context
      bLastInBlock - If this is true, the paragraph is the last one in a block, and we need no trailing blank line (eg. right before \end{enumerate}).
    • applyAlignment

      public void applyAlignment(StyleWithProperties style, boolean bIsSimple, boolean bInherit, BeforeAfter ba)