|
iText 9.6.0 API
|
Default implementation of ColumnHeightCalculator which allows 4 relayouts and performs simple additional height calculation (split the elements which don't fit). More...
Public Member Functions |
|
| virtual ? 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... |
|
| virtual int | MaxAmountOfRelayouts () |
|
|
Package Attributes |
|
| int | maxRelayoutCount = 4 |
Default implementation of ColumnHeightCalculator which allows 4 relayouts and performs simple additional height calculation (split the elements which don't fit).
|
inlinevirtual |
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 |
Implements iText.Layout.Renderer.MulticolRenderer.ColumnHeightCalculator.