Class TransformationApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.util.TransformationApplierUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyTransformation
(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a transformation to an element.
-
Method Details
-
applyTransformation
public static void applyTransformation(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a transformation to an element.- Parameters:
-
cssProps
- the CSS properties -
context
- the properties context -
element
- the element
-