Class MultiColumnCssApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.impl.MultiColumnCssApplierUtil
Utility class to apply column-count values.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyMultiCol
(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Apply column-count to an element.
-
Method Details
-
applyMultiCol
public static void applyMultiCol(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element) Apply column-count to an element.- Parameters:
-
cssProps
- the CSS properties -
context
- the Processor context -
element
- the styles container
-