Class BlockCssApplier
java.lang.Object
com.itextpdf.html2pdf.css.apply.impl.BlockCssApplier
- All Implemented Interfaces:
-
ICssApplier
- Direct Known Subclasses:
-
CaptionCssApplier
,DisplayFlexTagCssApplier
,DisplayGridTagCssApplier
,DisplayTableRowTagCssApplier
,DlTagCssApplier
,HrTagCssApplier
,LiTagCssApplier
,TableTagCssApplier
,TdTagCssApplier
,UlOlTagCssApplier
ICssApplier
implementation for Block 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
-
BlockCssApplier
public BlockCssApplier()
-
-
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
-