Uses of Class
org.apache.tika.parser.microsoft.AbstractListManager.LevelTuple
Packages that use AbstractListManager.LevelTuple
-
Uses of AbstractListManager.LevelTuple in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft with parameters of type AbstractListManager.LevelTupleModifier and TypeMethodDescriptionAbstractListManager.ParagraphLevelCounter.incrementLevel(int levelNumber, AbstractListManager.LevelTuple[] overrideLevelTuples) Apply this to every numbered paragraph in order.Constructors in org.apache.tika.parser.microsoft with parameters of type AbstractListManager.LevelTupleModifierConstructorDescriptionParagraphLevelCounter(AbstractListManager.LevelTuple[] levelTuples) -
Uses of AbstractListManager.LevelTuple in org.apache.tika.parser.microsoft.ooxml.xwpf
Methods in org.apache.tika.parser.microsoft.ooxml.xwpf that return AbstractListManager.LevelTupleModifier and TypeMethodDescriptionXWPFNumberingShim.getAbstractNumLevels(int abstractNumId) XWPFNumberingShim.getOverrideLevels(int numId, int length) Build override level tuples array for a given numId with the specified length.