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​(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)
    • Method Detail

      • getFormattedNumber

        public String getFormattedNumber​(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
        Parameters:
        paragraph - paragraph
        Returns:
        the formatted number or an empty string if something went wrong
      • getFormattedNumber

        public String getFormattedNumber​(BigInteger numId,
                                         int iLvl)