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.
|
| boolean | isRomanLower()
Checks if the list is roman-letter with lowercase
|
| void | setRomanLower(boolean romanlower)
set the roman-letters to lowercase otherwise to uppercase
|
| static String | toRoman(int number) |
| static String | toRomanLowerCase(int number) |
| static String | toRomanUpperCase(int number) |
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
Deprecated: use isLowercase()
Checks if the list is roman-letter with lowercaseReturns: true if the roman-letter is lowercase, false otherwise.
Deprecated: use setLowercase(boolean)
set the roman-letters to lowercase otherwise to uppercaseParameters: romanlower
Deprecated: use RomanNumberFactory.getString(int)
Deprecated: use RomanNumberFactory.getString(int, boolean)
Deprecated: use RomanNumberFactory.getString(int, boolean)