Example usage for Java com.lowagie.text List fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | ORDERED a possible value for the numbered parameter |
boolean | UNORDERED a possible value for the numbered parameter |
List(boolean numbered, boolean lettered, float symbolIndent) Creates a list | |
List() Constructs a List . | |
List(boolean numbered, boolean lettered) Constructs a List . | |
List(boolean numbered, float symbolIndent) Constructs a List . | |
List(float symbolIndent) Constructs a List with a specific symbol indentation. | |
List(boolean numbered) Constructs a List . |
boolean | add(Object o) Adds an Object to the List . |
float | getIndentationLeft() Gets the indentation of this paragraph on the left side. |
boolean | isEmpty() Returns true if the list is empty. |
void | setIndentationLeft(float indentation) Sets the indentation of this paragraph on the left side. |
void | setIndentationRight(float indentation) Sets the indentation of this paragraph on the right side. |
void | setLettered(boolean lettered) |
void | setListSymbol(Chunk symbol) Sets the listsymbol. |
void | setListSymbol(String symbol) Sets the listsymbol. |
void | setLowercase(boolean uppercase) |
void | setNumbered(boolean numbered) |
void | setPostSymbol(String postSymbol) Sets the String that has to be added after a number or letter in the list symbol. |
void | setPreSymbol(String preSymbol) Sets the String that has to be added before a number or letter in the list symbol. |
void | setSymbolIndent(float symbolIndent) |
int | size() Gets the size of the list. |