Class XWPFListManager

java.lang.Object
org.apache.tika.parser.microsoft.AbstractListManager
org.apache.tika.parser.microsoft.ooxml.XWPFListManager

public class XWPFListManager extends AbstractListManager
  • Field Details

    • EMPTY_LIST

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

    • XWPFListManager

      public XWPFListManager(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)
  • Method Details

    • 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)