public class XWPFListManager extends AbstractListManager
AbstractListManager.LevelTuple, AbstractListManager.ParagraphLevelCounter
Modifier and Type | Field and Description |
---|---|
static XWPFListManager |
EMPTY_LIST
Empty singleton to be used when there is no list manager.
|
listLevelMap, overrideTupleMap
Constructor and Description |
---|
XWPFListManager(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering) |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedNumber(BigInteger numId,
int iLvl) |
String |
getFormattedNumber(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
public static final XWPFListManager EMPTY_LIST
public XWPFListManager(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)
public String getFormattedNumber(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
paragraph
- paragraphpublic String getFormattedNumber(BigInteger numId, int iLvl)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.