Class CaptionTagWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
com.itextpdf.html2pdf.attach.impl.tags.CaptionTagWorker
- All Implemented Interfaces:
-
IDisplayAware
,ITagWorker
TagWorker class for the
caption
element.
-
Field Summary
Fields inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
multicolContainer
-
Constructor Summary
ConstructorDescriptionCaptionTagWorker
(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newCaptionTagWorker
instance. -
Method Summary
Methods inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
addBlockChild, getDisplay, getElementResult, postProcessInlineGroup, processContent, processEnd, processTagChild
-
Constructor Details
-
CaptionTagWorker
public CaptionTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newCaptionTagWorker
instance.- Parameters:
-
element
- the element -
context
- the context
-