|
iText 9.6.0 API
|
Interface which used for additional height calculation More...
Public Member Functions |
|
| float? | GetAdditionalHeightOfEachColumn (MulticolRenderer renderer, MulticolRenderer.MulticolLayoutResult result) |
Calculate height, by which current height of given MulticolRenderer should be increased so MulticolLayoutResult::getOverflowRenderer could be lauded More... |
|
| int | MaxAmountOfRelayouts () |
|
|
Interface which used for additional height calculation
| float? iText.Layout.Renderer.MulticolRenderer.ColumnHeightCalculator.GetAdditionalHeightOfEachColumn | ( | MulticolRenderer | renderer, |
| MulticolRenderer.MulticolLayoutResult | result | ||
| ) |
Calculate height, by which current height of given MulticolRenderer should be increased so MulticolLayoutResult::getOverflowRenderer could be lauded
| renderer | multicol renderer for which height needs to be increased |
| result | result of one iteration of MulticolRenderer layouting |
Implemented in iText.Layout.Renderer.MulticolRenderer.LayoutInInfiniteHeightCalculator.