Class HyphenationApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.util.HyphenationApplierUtil
The Class HyphenationApplierUtil.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyHyphenation
(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element) Applies hyphenation to an element.
-
Method Details
-
applyHyphenation
public static void applyHyphenation(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element) Applies hyphenation to an element.- Parameters:
-
cssProps
- the CSS props -
context
- the processor context -
stylesContainer
- the styles container -
element
- the element
-