Class ListStyleConverter


public class ListStyleConverter extends StyleConverter
  • Constructor Details

  • Method Details

    • appendDeclarations

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

      public void applyListStyle(String sStyleName, int nLevel, boolean bOrdered, boolean bContinue, BeforeAfter ba)

      Apply a list style to an ordered or unordered list.

    • applyListItemStyle

      public void applyListItemStyle(String sStyleName, int nLevel, boolean bHeader, boolean bRestart, int nStartValue, BeforeAfter ba)

      Apply a list style to a list item.

    • numFormat

      public static final String numFormat(String sFormat)