| |
|
| java.lang.Object com.lowagie.text.List com.lowagie.text.GreekList
Method Summary | |
public boolean | add(Object o) Adds an Object to the List .
Parameters: o - the object to add. | public static int[] | getGreekValue(int index, boolean lowercase) Translates a number to a letter(combination). | public boolean | isGreekLower() | protected void | setGreekFont() | public void | setGreekLower(boolean greeklower) |
GreekList | public GreekList()(Code) | | Initialization
|
GreekList | public GreekList(int symbolIndent)(Code) | | Initialization
Parameters: symbolIndent - indent |
GreekList | public GreekList(boolean greeklower, int symbolIndent)(Code) | | Initialization
Parameters: greeklower - greek-char in lowercase Parameters: symbolIndent - indent |
add | public boolean add(Object o)(Code) | | Adds an Object to the List .
Parameters: o - the object to add. true if adding the object succeeded |
getGreekValue | public static int[] getGreekValue(int index, boolean lowercase)(Code) | | Translates a number to a letter(combination).
1-26 correspond with a-z, 27 is aa, 28 is ab, and so on,
aaa comes right after zz.
Parameters: index - a number greater than 0 a String corresponding with the index. |
isGreekLower | public boolean isGreekLower()(Code) | | Checks if the list is greek-letter with lowercase
true if the greek-letter is lowercase, false otherwise. |
setGreekFont | protected void setGreekFont()(Code) | | change the font to SYMBOL
|
setGreekLower | public void setGreekLower(boolean greeklower)(Code) | | set the greek-letters to lowercase otherwise to uppercase
Parameters: greeklower - |
|
|
|