Uses of Interface
com.itextpdf.layout.renderer.MulticolRenderer.ColumnHeightCalculator
-
Packages that use MulticolRenderer.ColumnHeightCalculator Package Description com.itextpdf.layout.renderer -
-
Uses of MulticolRenderer.ColumnHeightCalculator in com.itextpdf.layout.renderer
Classes in com.itextpdf.layout.renderer that implement MulticolRenderer.ColumnHeightCalculator Modifier and Type Class Description static classMulticolRenderer.LayoutInInfiniteHeightCalculatorDefault implementation ofMulticolRenderer.ColumnHeightCalculatorwhich allows 4 relayouts and performs simple additional height calculation (split the elements which don't fit).Fields in com.itextpdf.layout.renderer declared as MulticolRenderer.ColumnHeightCalculator Modifier and Type Field Description private MulticolRenderer.ColumnHeightCalculatorMulticolRenderer. heightCalculatorMethods in com.itextpdf.layout.renderer with parameters of type MulticolRenderer.ColumnHeightCalculator Modifier and Type Method Description voidMulticolRenderer. setHeightCalculator(MulticolRenderer.ColumnHeightCalculator heightCalculator)Sets the height calculator to be used by this renderer.
-