Package com.itextpdf.html2pdf.css.apply
Interface ICssApplierFactory
- All Known Implementing Classes:
-
DefaultCssApplierFactory
public interface ICssApplierFactory
ICssApplierFactory
interface is used for instantiating new ICssApplier
objects.
-
Method Summary
Modifier and TypeMethodDescriptiongetCssApplier
(com.itextpdf.styledxmlparser.node.IElementNode tag) Returns aICssApplier
instance constructed based on the parameters of a node.
-
Method Details
-
getCssApplier
Returns aICssApplier
instance constructed based on the parameters of a node.- Parameters:
-
tag
- a node - Returns:
- a CSS applier based on the parameters of a node
-