Example usage for Java com.itextpdf.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 |
boolean | ALPHABETICAL a possible value for the lettered parameter |
List(final boolean numbered, final boolean lettered, final float symbolIndent) Creates a list | |
List(final boolean numbered, final boolean lettered) Constructs a List . | |
List(final boolean numbered, final float symbolIndent) Constructs a List . | |
List() Constructs a List . | |
List(final float symbolIndent) Constructs a List with a specific symbol indentation. | |
List(final boolean numbered) Constructs a List . |
boolean | add(final String s) Adds a String to the List . |
boolean | add(final Element o) Adds an Element to the List . |
ListItem | getFirstItem() |
ListItem | getLastItem() |
boolean | isEmpty() Returns true if the list is empty. |
void | setAutoindent(final boolean autoindent) |
void | setIndentationLeft(final float indentation) Sets the indentation of this paragraph on the left side. |
void | setListSymbol(final Chunk symbol) Sets the listsymbol. |
void | setListSymbol(final String symbol) Sets the listsymbol. |
void | setSymbolIndent(final float symbolIndent) |
int | size() Gets the size of the list. |