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