Package | Description |
---|---|
com.itextpdf.layout.element | |
com.itextpdf.layout.renderer |
Modifier and Type | Method and Description |
---|---|
List |
List.add(ListItem listItem)
Adds a new ListItem to the bottom of the List.
|
List |
List.add(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(ListNumberingType listNumberingType)
Sets the list numbering type to be used.
|
List |
List.setListSymbol(String symbol)
Sets the list symbol to be used.
|
List |
List.setListSymbol(Text text)
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.
|
Constructor and Description |
---|
ListRenderer(List modelElement)
Creates a ListRenderer from its corresponding layout object.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.