Uses of Class
com.itextpdf.layout.element.ListItem
-
Uses of ListItem in com.itextpdf.layout.element
Modifier 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. -
Uses of ListItem in com.itextpdf.layout.renderer
ModifierConstructorDescriptionListItemRenderer
(ListItem modelElement) Creates a ListItemRenderer from its corresponding layout object.