Example usage for Java com.lowagie.text ListItem fields, constructors, methods, implement or subclass
The text is from its open source code.
ListItem(float leading) Constructs a ListItem with a certain leading. | |
ListItem(Chunk chunk) Constructs a ListItem with a certain Chunk . | |
ListItem(String string) Constructs a ListItem with a certain String . | |
ListItem(Phrase phrase) Constructs a ListItem with a certain Phrase . | |
ListItem() Constructs a ListItem . | |
ListItem(String string, Font font) Constructs a ListItem with a certain String and a certain Font . | |
ListItem(float leading, Chunk chunk) Constructs a ListItem with a certain Chunk and a certain leading. | |
ListItem(float leading, String string) Constructs a ListItem with a certain String and a certain leading. |
Chunk | getListSymbol() Returns the listsymbol. |
void | setIndentationLeft(float indentation, boolean autoindent) Sets the indentation of this paragraph on the left side. |
void | setListSymbol(Chunk symbol) Sets the listsymbol. |