Uses of Class
com.itextpdf.layout.element.ListItem
-
Packages that use ListItem Package Description com.itextpdf.layout.element com.itextpdf.layout.renderer -
-
Uses of ListItem in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return ListItem Modifier and Type Method Description ListItemListItem. setListSymbol(Image image)Sets the list item symbol to be used.ListItemListItem. setListSymbol(Text text)Sets the list item symbol to be used.ListItemListItem. setListSymbol(ListNumberingType listNumberingType)Sets the list item numbering type to be used.ListItemListItem. setListSymbol(java.lang.String symbol)Sets the list item symbol to be used.ListItemListItem. setListSymbolOrdinalValue(int ordinalValue)Customizes the index of the item in the list.Methods in com.itextpdf.layout.element with parameters of type ListItem Modifier and Type Method Description ListList. add(ListItem listItem)Adds a newListItemto the bottom of the List. -
Uses of ListItem in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type ListItem Constructor Description ListItemRenderer(ListItem modelElement)Creates a ListItemRenderer from its corresponding layout object.
-