Uses of Class
com.itextpdf.layout.element.List
-
Uses of List in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionAdds a newListItem
to the bottom of the List.Adds a newListItem
to the bottom of the List.List.setItemStartIndex
(int start) Customizes the index of the first item in the list.List.setListSymbol
(Image image) Sets the list symbol to be used.List.setListSymbol
(Text text) Sets the list symbol to be used.List.setListSymbol
(ListNumberingType listNumberingType) Sets the list numbering type to be used.List.setListSymbol
(String symbol) Sets the list symbol to be used.List.setListSymbolAlignment
(ListSymbolAlignment alignment) A specialized enum containing alignment properties for list symbols.List.setSymbolIndent
(float symbolIndent) Sets the indent offset of theListItem
symbols. -
Uses of List in com.itextpdf.layout.renderer
ModifierConstructorDescriptionListRenderer
(List modelElement) Creates a ListRenderer from its corresponding layout object.