Class FloatApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.util.FloatApplierUtil
Utilities class to apply float values to elements.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyFloating(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a float value (left, right, or both) to an element.
-
Method Details
-
applyFloating
public static void applyFloating(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Applies a float value (left, right, or both) to an element.- Parameters:
-
cssProps- the CSS properties -
context- the processor context -
element- the element
-