Class TableFooterTagWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
com.itextpdf.html2pdf.attach.impl.tags.TableFooterTagWorker
- All Implemented Interfaces:
-
IDisplayAware
,ITagWorker
TagWorker class for the footer of a table.
-
Constructor Summary
ConstructorDescriptionTableFooterTagWorker
(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTableFooterTagWorker
instance. -
Method Summary
Methods inherited from class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
applyColStyles, getDisplay, getElementResult, processContent, processEnd, processTagChild, setFooter, setHeader
-
Constructor Details
-
TableFooterTagWorker
public TableFooterTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newTableFooterTagWorker
instance.- Parameters:
-
element
- the element -
context
- the context
-