Class XWPFListManager

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

@Deprecated(since="2026-04-30") public class XWPFListManager extends AbstractListManager
Deprecated.
  • Field Details

    • EMPTY_LIST

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

    • XWPFListManager

      public XWPFListManager(XWPFNumbering numbering)
      Deprecated.
  • Method Details

    • getFormattedNumber

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

      public String getFormattedNumber(BigInteger numId, int iLvl)
      Deprecated.