Class OrphansWidowsApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.util.OrphansWidowsApplierUtil
Utilities class to apply orphans and widows properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final boolean
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyOrphansAndWidows
(Map<String, String> cssProps, com.itextpdf.layout.IPropertyContainer element) Applies orphans and widows properties to an element.
-
Field Details
-
MAX_LINES_TO_MOVE
public static final int MAX_LINES_TO_MOVE- See Also:
-
OVERFLOW_PARAGRAPH_ON_VIOLATION
public static final boolean OVERFLOW_PARAGRAPH_ON_VIOLATION- See Also:
-
-
Method Details