| Package | Description |
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.html.simpleparser | |
| com.itextpdf.text.pdf | |
| com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the HtmlPipeline is in here.
|
| com.itextpdf.tool.xml.html.table |
TagProcessor implementations for table tags.
|
| Modifier and Type | Field and Description |
|---|---|
protected ListItem |
ListBody.parentItem |
| Modifier and Type | Method and Description |
|---|---|
ListItem |
List.getFirstItem() |
ListItem |
List.getLastItem() |
| Constructor and Description |
|---|
ListBody(ListItem parentItem) |
ListLabel(ListItem parentItem) |
| Modifier and Type | Method and Description |
|---|---|
ListItem |
HTMLWorker.createListItem()
Deprecated.
Creates a ListItem object.
|
ListItem |
ElementFactory.createListItem(ChainedProperties chain)
Deprecated.
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.
|
| Modifier and Type | Field and Description |
|---|---|
protected ListItem |
PdfLine.listItem |
| Modifier and Type | Method and Description |
|---|---|
ListItem |
PdfLine.listItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfLine.setListItem(ListItem listItem)
Sets the listsymbol of this line.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParaGraph.processListItems(WorkerContext ctx, Tag tag, List<ListItem> listItems, List<Element> l) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableData.processListItems(WorkerContext ctx, Tag tag, List<ListItem> listItems, HtmlCell cell) |
Copyright © 1998–2021. All rights reserved.