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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(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:ICssApplierApplies styles to an element.- Specified by:
-
applyin interfaceICssApplier - Parameters:
-
context- the processor context -
stylesContainer- the styles -
tagWorker- the tag worker for the element
-