Package org.apache.tika.parser.microsoft
Class AbstractListManager
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.AbstractListManager
 
- 
- Direct Known Subclasses:
- ListManager,- XWPFListManager
 
 public abstract class AbstractListManager extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected static classAbstractListManager.LevelTupleprotected static classAbstractListManager.ParagraphLevelCounter
 - 
Field SummaryFields Modifier and Type Field Description protected Map<Integer,AbstractListManager.ParagraphLevelCounter>listLevelMapprotected Map<Integer,AbstractListManager.LevelTuple[]>overrideTupleMap
 - 
Constructor SummaryConstructors Constructor Description AbstractListManager()
 
- 
- 
- 
Field Detail- 
listLevelMapprotected Map<Integer,AbstractListManager.ParagraphLevelCounter> listLevelMap 
 - 
overrideTupleMapprotected Map<Integer,AbstractListManager.LevelTuple[]> overrideTupleMap 
 
- 
 
-