Uses of Class
com.itextpdf.layout.element.ListItem
Packages that use ListItem
-
Uses of ListItem in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return ListItemModifier and TypeMethodDescriptionListItem.setListSymbol
(Image image) Sets the list item symbol to be used.ListItem.setListSymbol
(Text text) Sets the list item symbol to be used.ListItem.setListSymbol
(ListNumberingType listNumberingType) Sets the list item numbering type to be used.ListItem.setListSymbol
(String symbol) Sets the list item symbol to be used.ListItem.setListSymbolOrdinalValue
(int ordinalValue) Customizes the index of the item in the list.Methods in com.itextpdf.layout.element with parameters of type ListItem -
Uses of ListItem in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type ListItemModifierConstructorDescriptionListItemRenderer
(ListItem modelElement) Creates a ListItemRenderer from its corresponding layout object.