Class XWPFListManager
- java.lang.Object
-
- org.apache.tika.parser.microsoft.AbstractListManager
-
- org.apache.tika.parser.microsoft.ooxml.XWPFListManager
-
public class XWPFListManager extends AbstractListManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tika.parser.microsoft.AbstractListManager
AbstractListManager.LevelTuple, AbstractListManager.ParagraphLevelCounter
-
-
Field Summary
Fields Modifier and Type Field Description static XWPFListManager
EMPTY_LIST
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
Constructors Constructor Description XWPFListManager(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormattedNumber(BigInteger numId, int iLvl)
String
getFormattedNumber(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
-
-
-
Field Detail
-
EMPTY_LIST
public static final XWPFListManager EMPTY_LIST
Empty singleton to be used when there is no list manager. Always returns empty string.
-
-
Method Detail
-
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)
-
-