Class DisplayGridTagWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
com.itextpdf.html2pdf.attach.impl.tags.DisplayGridTagWorker
- All Implemented Interfaces:
-
IDisplayAware,ITagWorker
ITagWorker implementation for elements with display: grid.
-
Field Summary
Fields inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
multicolContainer -
Constructor Summary
ConstructorsConstructorDescriptionDisplayGridTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDisplayGridTagWorkerinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessTagChild(ITagWorker childTagWorker, ProcessorContext context) Placeholder for what needs to be done when a child node is being processed.Methods inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
addBlockChild, getDisplay, getElementResult, postProcessInlineGroup, processContent, processEnd
-
Constructor Details
-
DisplayGridTagWorker
public DisplayGridTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newDisplayGridTagWorkerinstance.- Parameters:
-
element- the element -
context- the context
-
-
Method Details
-
processTagChild
Placeholder for what needs to be done when a child node is being processed.- Specified by:
-
processTagChildin interfaceITagWorker - Overrides:
-
processTagChildin classDivTagWorker - Parameters:
-
childTagWorker- the tag worker of the child node -
context- the processor context - Returns:
- true, if child was successfully processed, otherwise false.
-