Class BodyTagCssApplier
java.lang.Object
com.itextpdf.html2pdf.css.apply.impl.BodyTagCssApplier
- All Implemented Interfaces:
-
ICssApplier
ICssApplier
implementation for Body elements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Applies styles to an element.
-
Constructor Details
-
BodyTagCssApplier
public BodyTagCssApplier()
-
-
Method Details
-
apply
public void apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Description copied from interface:ICssApplier
Applies styles to an element.- Specified by:
-
apply
in interfaceICssApplier
- Parameters:
-
context
- the processor context -
stylesContainer
- the styles -
tagWorker
- the tag worker for the element
-