Uses of Class
com.itextpdf.text.ListItem
Packages that use ListItem
Package
Description
Everything to parse HTML tags to pdf used by the
HtmlPipeline
is in here.TagProcessor implementations for
table
tags.-
Uses of ListItem in com.itextpdf.text
Fields in com.itextpdf.text declared as ListItemMethods in com.itextpdf.text that return ListItemConstructors in com.itextpdf.text with parameters of type ListItem -
Uses of ListItem in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return ListItemModifier and TypeMethodDescriptionElementFactory.createListItem
(ChainedProperties chain) Deprecated.Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.HTMLWorker.createListItem()
Deprecated.Creates a ListItem object. -
Uses of ListItem in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ListItemMethods in com.itextpdf.text.pdf that return ListItemMethods in com.itextpdf.text.pdf with parameters of type ListItemModifier and TypeMethodDescriptionvoid
PdfLine.setListItem
(ListItem listItem) Sets the listsymbol of this line.private void
PdfStructureElement.writeAttributes
(ListItem listItem) -
Uses of ListItem in com.itextpdf.tool.xml.html
Method parameters in com.itextpdf.tool.xml.html with type arguments of type ListItemModifier and TypeMethodDescriptionprotected void
ParaGraph.processListItems
(WorkerContext ctx, Tag tag, List<ListItem> listItems, List<Element> l) -
Uses of ListItem in com.itextpdf.tool.xml.html.table
Method parameters in com.itextpdf.tool.xml.html.table with type arguments of type ListItemModifier and TypeMethodDescriptionprotected void
TableData.processListItems
(WorkerContext ctx, Tag tag, List<ListItem> listItems, HtmlCell cell)