List |
List.add(ListItem listItem) |
Adds a new ListItem to the bottom of the List.
|
List |
List.add(java.lang.String text) |
Adds a new ListItem to the bottom of the List.
|
List |
List.setItemStartIndex(int start) |
Customizes the index of the first item in the list.
|
List |
List.setListSymbol(Image image) |
Sets the list symbol to be used.
|
List |
List.setListSymbol(Text text) |
Sets the list symbol to be used.
|
List |
List.setListSymbol(ListNumberingType listNumberingType) |
Sets the list numbering type to be used.
|
List |
List.setListSymbol(java.lang.String symbol) |
Sets the list symbol to be used.
|
List |
List.setListSymbolAlignment(ListSymbolAlignment alignment) |
A specialized enum containing alignment properties for list symbols.
|
List |
List.setSymbolIndent(float symbolIndent) |
Sets the indent offset of the ListItem symbols.
|