public class ListNumberingDefinition extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
ListNumberingDefinition(Numbering.Num numNode,
HashMap<String,AbstractListNumberingDefinition> abstractListDefinitions) |
Modifier and Type | Method and Description |
---|---|
AbstractListNumberingDefinition |
getAbstractListDefinition() |
String |
GetCurrentNumberString(String level)
returns a String containing the current state of the counters, up to the indicated level
|
String |
GetFont(String level) |
ListLevel |
getLevel(String ilvl) |
String |
getListNumberId() |
Numbering.Num |
getNumNode() |
void |
IncrementCounter(String level) |
boolean |
IsBullet(String level) |
boolean |
LevelExists(String level) |
public ListNumberingDefinition(Numbering.Num numNode, HashMap<String,AbstractListNumberingDefinition> abstractListDefinitions)
numNode
- abstractListDefinitions
- public Numbering.Num getNumNode()
public AbstractListNumberingDefinition getAbstractListDefinition()
public void IncrementCounter(String level)
public String getListNumberId()
public String GetCurrentNumberString(String level)
level
- public boolean IsBullet(String level)
public boolean LevelExists(String level)
Copyright © 2007-2019. All Rights Reserved.