Uses of Class
com.itextpdf.layout.renderer.MulticolRenderer.MulticolLayoutResult
-
Packages that use MulticolRenderer.MulticolLayoutResult Package Description com.itextpdf.layout.renderer -
-
Uses of MulticolRenderer.MulticolLayoutResult in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return MulticolRenderer.MulticolLayoutResult Modifier and Type Method Description private MulticolRenderer.MulticolLayoutResult
MulticolRenderer. balanceContentAndLayoutColumns(LayoutContext prelayoutContext, Rectangle actualBbox)
private MulticolRenderer.MulticolLayoutResult
MulticolRenderer. layoutColumnsAndReturnOverflowRenderer(LayoutContext preLayoutContext, Rectangle actualBBox, float workingHeight)
protected MulticolRenderer.MulticolLayoutResult
MulticolRenderer. layoutInColumns(LayoutContext layoutContext, Rectangle actualBBox)
Layouts multicol in the passed area.Methods in com.itextpdf.layout.renderer with parameters of type MulticolRenderer.MulticolLayoutResult Modifier and Type Method Description private void
MulticolRenderer. clearOverFlowRendererIfNeeded(MulticolRenderer.MulticolLayoutResult result)
java.lang.Float
MulticolRenderer.ColumnHeightCalculator. getAdditionalHeightOfEachColumn(MulticolRenderer renderer, MulticolRenderer.MulticolLayoutResult result)
Calculate height, by which current height of givenMulticolRenderer
should be increased soMulticolLayoutResult#getOverflowRenderer
could be laudedjava.lang.Float
MulticolRenderer.LayoutInInfiniteHeightCalculator. getAdditionalHeightOfEachColumn(MulticolRenderer renderer, MulticolRenderer.MulticolLayoutResult result)
-