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 ListItem
ListItem. setListSymbol(Image image)
Sets the list item symbol to be used.ListItem
ListItem. setListSymbol(Text text)
Sets the list item symbol to be used.ListItem
ListItem. setListSymbol(ListNumberingType listNumberingType)
Sets the list item numbering type to be used.ListItem
ListItem. setListSymbol(java.lang.String symbol)
Sets the list item symbol to be used.ListItem
ListItem. 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 List
List. add(ListItem listItem)
Adds a newListItem
to 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.
-