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