public class LiTagWorker extends Object implements ITagWorker
li element.
| Modifier and Type | Field and Description |
|---|---|
protected com.itextpdf.layout.element.List |
list
The list.
|
protected com.itextpdf.layout.element.ListItem |
listItem
The list item.
|
| Constructor and Description |
|---|
LiTagWorker(IElementNode element, ProcessorContext context)
Creates a new LiTagWorker instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.layout.IPropertyContainer |
getElementResult()
Gets a processed object if it can be expressed as an IPropertyContainer instance.
|
boolean |
processContent(String content, ProcessorContext context)
Placeholder for what needs to be done while the content of a tag is being processed.
|
void |
processEnd(IElementNode element, ProcessorContext context)
Placeholder for what needs to be done after the content of a tag has been processed.
|
boolean |
processTagChild(ITagWorker childTagWorker, ProcessorContext context)
Placeholder for what needs to be done when a child node is being processed.
|
protected com.itextpdf.layout.element.ListItem listItem
protected com.itextpdf.layout.element.List list
public LiTagWorker(IElementNode element, ProcessorContext context)
LiTagWorker instance.
element - the element
context - the context
public void processEnd(IElementNode element, ProcessorContext context)
ITagWorker
processEnd in interface ITagWorker
element - the element node
context - the processor context
public boolean processContent(String content, ProcessorContext context)
ITagWorker
processContent in interface ITagWorker
content - the content of a node
context - the processor context
public boolean processTagChild(ITagWorker childTagWorker, ProcessorContext context)
ITagWorker
processTagChild in interface ITagWorker
childTagWorker - the tag worker of the child node
context - the processor context
public com.itextpdf.layout.IPropertyContainer getElementResult()
ITagWorker
IPropertyContainer instance.
getElementResult in interface ITagWorker
IPropertyContainer.
Copyright © 1998–2019 iText Group NV. All rights reserved.