Class XWPFListManager
java.lang.Object
org.apache.tika.parser.microsoft.AbstractListManager
org.apache.tika.parser.microsoft.ooxml.XWPFListManager
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tika.parser.microsoft.AbstractListManager
AbstractListManager.LevelTuple, AbstractListManager.ParagraphLevelCounter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final XWPFListManager
Empty singleton to be used when there is no list manager.Fields inherited from class org.apache.tika.parser.microsoft.AbstractListManager
listLevelMap, overrideTupleMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFormattedNumber
(BigInteger numId, int iLvl) getFormattedNumber
(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
Field Details
-
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
- Parameters:
paragraph
- paragraph- Returns:
- the formatted number or an empty string if something went wrong
-
getFormattedNumber
-