Class XWPFListManager
java.lang.Object
org.apache.tika.parser.microsoft.AbstractListManager
org.apache.tika.parser.microsoft.ooxml.XWPFListManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XWPFListManagerEmpty singleton to be used when there is no list manager. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFormattedNumber(BigInteger numId, int iLvl) getFormattedNumber(XWPFParagraph paragraph)
-
Field Details
-
EMPTY_LIST
Empty singleton to be used when there is no list manager. Always returns empty string.
-
-
Constructor Details
-
XWPFListManager
-
-
Method Details
-
getFormattedNumber
- Parameters:
paragraph- paragraph- Returns:
- the formatted number or an empty string if something went wrong
-
getFormattedNumber
-