Class ABlockTagWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
com.itextpdf.html2pdf.attach.impl.tags.ABlockTagWorker
- All Implemented Interfaces:
-
IDisplayAware,ITagWorker
TagWorker class for a link block.
-
Field Summary
Fields inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
multicolContainer -
Constructor Summary
ConstructorsConstructorDescriptionABlockTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newABlockTagWorkerinstance. -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEnd(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.DivTagWorker
addBlockChild, getDisplay, getElementResult, postProcessInlineGroup, processContent, processTagChild
-
Constructor Details
-
ABlockTagWorker
public ABlockTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newABlockTagWorkerinstance.- 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:ITagWorkerPlaceholder for what needs to be done after the content of a tag has been processed.- Specified by:
-
processEndin interfaceITagWorker - Overrides:
-
processEndin classDivTagWorker - Parameters:
-
element- the element node -
context- the processor context
-