Package com.scroogexhtml.lists
Class ListLevel
- java.lang.Object
-
- com.scroogexhtml.lists.ListLevel
-
public class ListLevel extends Object
This class stores the listlevel information.
-
-
Constructor Summary
Constructors Constructor Description ListLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberType
getType()
void
setNfc(int paramValue)
-
-
-
Method Detail
-
setNfc
public void setNfc(int paramValue)
-
getType
public NumberType getType()
-
-