public class BodyTagWorker extends DivTagWorker
body element.multicolContainer| Constructor and Description |
|---|
BodyTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
Creates a new
BodyTagWorker 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(com.itextpdf.styledxmlparser.node.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.
|
addBlockChild, getDisplay, postProcessInlineGrouppublic BodyTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
BodyTagWorker instance.element - the elementcontext - the contextpublic void processEnd(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
ITagWorkerprocessEnd in interface ITagWorkerprocessEnd in class DivTagWorkerelement - the element nodecontext - the processor contextpublic boolean processContent(String content, ProcessorContext context)
ITagWorkerprocessContent in interface ITagWorkerprocessContent in class DivTagWorkercontent - the content of a nodecontext - the processor contextpublic boolean processTagChild(ITagWorker childTagWorker, ProcessorContext context)
ITagWorkerprocessTagChild in interface ITagWorkerprocessTagChild in class DivTagWorkerchildTagWorker - the tag worker of the child nodecontext - the processor contextpublic com.itextpdf.layout.IPropertyContainer getElementResult()
ITagWorkerIPropertyContainer instance.getElementResult in interface ITagWorkergetElementResult in class DivTagWorkerIPropertyContainer.Copyright © 1998–2024 Apryse Group NV. All rights reserved.