Class ListStyleConverter

    • Method Detail

      • applyListStyle

        public void applyListStyle​(boolean bOrdered,
                                   BeforeAfter ba,
                                   Context oc)

        Apply a list style to an ordered or unordered list.

      • applyListItemStyle

        public void applyListItemStyle​(java.lang.String sStyleName,
                                       int nLevel,
                                       boolean bHeader,
                                       boolean bRestart,
                                       int nStartValue,
                                       BeforeAfter ba,
                                       Context oc)

        Apply a list style to a list item.

      • numFormat

        public static final java.lang.String numFormat​(java.lang.String sFormat)