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 class
MulticolRenderer.LayoutInInfiniteHeightCalculator
Default implementation ofMulticolRenderer.ColumnHeightCalculator
which 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.ColumnHeightCalculator
MulticolRenderer. heightCalculator
Methods in com.itextpdf.layout.renderer with parameters of type MulticolRenderer.ColumnHeightCalculator Modifier and Type Method Description void
MulticolRenderer. setHeightCalculator(MulticolRenderer.ColumnHeightCalculator heightCalculator)
Sets the height calculator to be used by this renderer.
-