public class TextAreaTagWorker extends Object implements ITagWorker, IDisplayAware
textarea
element.Constructor and Description |
---|
TextAreaTagWorker(IElementNode element,
ProcessorContext context)
Creates a new
TextAreaTagWorker instance. |
Modifier and Type | Method and Description |
---|---|
String |
getDisplay()
Gets the display value.
|
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.
|
public TextAreaTagWorker(IElementNode element, ProcessorContext context)
TextAreaTagWorker
instance.element
- the elementcontext
- the contextpublic void processEnd(IElementNode element, ProcessorContext context)
ITagWorker
processEnd
in interface ITagWorker
element
- the element nodecontext
- the processor contextpublic boolean processContent(String content, ProcessorContext context)
ITagWorker
processContent
in interface ITagWorker
content
- the content of a nodecontext
- the processor contextpublic boolean processTagChild(ITagWorker childTagWorker, ProcessorContext context)
ITagWorker
processTagChild
in interface ITagWorker
childTagWorker
- the tag worker of the child nodecontext
- the processor contextpublic com.itextpdf.layout.IPropertyContainer getElementResult()
ITagWorker
IPropertyContainer
instance.getElementResult
in interface ITagWorker
IPropertyContainer
.public String getDisplay()
IDisplayAware
getDisplay
in interface IDisplayAware
Copyright © 1998–2019 iText Group NV. All rights reserved.