Uses of Class
com.itextpdf.layout.properties.ParagraphWidowsControl
Packages that use ParagraphWidowsControl
Package
Description
-
Uses of ParagraphWidowsControl in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type ParagraphWidowsControlModifier and TypeMethodDescriptionParagraph.setWidowsControl
(ParagraphWidowsControl widowsControl) Sets widows restriction on aParagraph
. -
Uses of ParagraphWidowsControl in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return ParagraphWidowsControlModifier and TypeMethodDescriptionParagraphWidowsControl.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 ParagraphWidowsControlModifier and TypeMethodDescription(package private) static LayoutResult
OrphansWidowsLayoutHelper.orphansWidowsAwareLayout
(ParagraphRenderer renderer, LayoutContext context, ParagraphOrphansControl orphansControl, ParagraphWidowsControl widowsControl)