com.lowagie.text
public class RomanList extends List
LIST which use roman-letters.
See Also: List
| Constructor Summary | |
|---|---|
| RomanList()
Initialization | |
| RomanList(int symbolIndent)
Initialization
| |
| RomanList(boolean lowercase, int symbolIndent)
Initialization | |
| Method Summary | |
|---|---|
| boolean | add(Object o)
Adds an Object to the List.
|
Parameters: symbolIndent indent
Parameters: lowercase roman-char in lowercase symbolIndent indent
Object to the List.
Parameters: o the object to add.
Returns: true if adding the object succeeded