Class PageMarginBoxWorker
java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
com.itextpdf.html2pdf.attach.impl.tags.PageMarginBoxWorker
- All Implemented Interfaces:
-
IDisplayAware
,ITagWorker
TagWorker class for the page margin box.
-
Field Summary
Fields inherited from class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
multicolContainer
-
Constructor Summary
ConstructorDescriptionPageMarginBoxWorker
(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPageMarginBoxWorker
instance. -
Method Summary
Modifier and TypeMethodDescriptioncom.itextpdf.layout.IPropertyContainer
Gets a processed object if it can be expressed as anIPropertyContainer
instance.void
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.DivTagWorker
addBlockChild, getDisplay, postProcessInlineGroup, processContent, processTagChild
-
Constructor Details
-
PageMarginBoxWorker
public PageMarginBoxWorker(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context) Creates a newPageMarginBoxWorker
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 classDivTagWorker
- Parameters:
-
element
- the element node -
context
- the processor context
-
getElementResult
public com.itextpdf.layout.IPropertyContainer getElementResult()Description copied from interface:ITagWorker
Gets a processed object if it can be expressed as anIPropertyContainer
instance.- Specified by:
-
getElementResult
in interfaceITagWorker
- Overrides:
-
getElementResult
in classDivTagWorker
- Returns:
-
the same object on every call. Might return null either if result is not yet produced or if this particular tag worker doesn't produce result in a form of
IPropertyContainer
.
-