Class XWPFListManager

    • Field Detail

      • EMPTY_LIST

        public static final XWPFListManager EMPTY_LIST
        Empty singleton to be used when there is no list manager. Always returns empty string.
    • Constructor Detail

      • XWPFListManager

        public XWPFListManager​(XWPFNumbering numbering)
    • Method Detail

      • getFormattedNumber

        public java.lang.String getFormattedNumber​(XWPFParagraph paragraph)
        Parameters:
        paragraph - paragraph
        Returns:
        the formatted number or an empty string if something went wrong
      • getFormattedNumber

        public java.lang.String getFormattedNumber​(java.math.BigInteger numId,
                                                   int iLvl)