Uses of Class
com.itextpdf.layout.properties.ParagraphWidowsControl
-
Packages that use ParagraphWidowsControl Package Description com.itextpdf.layout.element com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of ParagraphWidowsControl in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type ParagraphWidowsControl Modifier and Type Method Description ParagraphParagraph. setWidowsControl(ParagraphWidowsControl widowsControl)Sets widows restriction on aParagraph. -
Uses of ParagraphWidowsControl in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return ParagraphWidowsControl Modifier and Type Method Description ParagraphWidowsControlParagraphWidowsControl. setMinAllowedWidows(int minWidows, int maxLinesToMove, boolean overflowParagraphOnViolation)Sets parameters that define widows restrictions and conditions of handling cases of widows constraint violation. -
Uses of ParagraphWidowsControl in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type ParagraphWidowsControl Modifier and Type Method Description (package private) static LayoutResultOrphansWidowsLayoutHelper. orphansWidowsAwareLayout(ParagraphRenderer renderer, LayoutContext context, ParagraphOrphansControl orphansControl, ParagraphWidowsControl widowsControl)
-