com.lowagie.text
public class ZapfDingbatsList extends List
LIST which use zapfdingbats-letters.
See Also: List
| Field Summary | |
|---|---|
| protected int | zn
char-number in zapfdingbats |
| Constructor Summary | |
|---|---|
| ZapfDingbatsList(int zn)
Creates a ZapfDingbatsList
| |
| ZapfDingbatsList(int zn, int symbolIndent)
Creates a ZapfDingbatsList
| |
| Method Summary | |
|---|---|
| boolean | add(Object o)
Adds an Object to the List.
|
| int | getCharNumber()
get the char-number
|
| void | setCharNumber(int zn)
set the char-number |
Parameters: zn a char-number
Parameters: zn a char-number symbolIndent indent
Object to the List.
Parameters: o the object to add.
Returns: true if adding the object succeeded
Returns: char-number
Parameters: zn a char-number