Class ThTagWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
com.itextpdf.html2pdf.attach.impl.tags.ThTagWorker
- All Implemented Interfaces:
-
IDisplayAware
,ITagWorker
-
Field Summary
Fields inherited from class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
multicolContainer
-
Constructor Summary
ConstructorDescriptionThTagWorker
(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newThTagWorker
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
getDisplay, getElementResult, processContent, processTagChild
-
Constructor Details
-
ThTagWorker
public ThTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newThTagWorker
instance.- Parameters:
-
element
- the element -
context
- the context
-
-
Method Details
-
processEnd
public void processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Description copied from interface:ITagWorker
Placeholder for what needs to be done after the content of a tag has been processed.- Specified by:
-
processEnd
in interfaceITagWorker
- Overrides:
-
processEnd
in classTdTagWorker
- Parameters:
-
element
- the element node -
context
- the processor context
-