Class MulticolRenderer.MulticolLayoutResult
java.lang.Object
com.itextpdf.layout.renderer.MulticolRenderer.MulticolLayoutResult
- Enclosing class:
MulticolRenderer
Represents result of one iteration of MulticolRenderer layouting
It contains split renderers which were lauded on a given height and overflow renderer
for which height should be increased, so it can be lauded.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the cause of nothing renderer.Gets the overflow renderer.Gets the split renderers.voidsetCauseOfNothing(IRenderer causeOfNothing) Sets the cause of nothing renderer.voidsetOverflowRenderer(AbstractRenderer overflowRenderer) Sets the overflow renderer.
-
Field Details
-
splitRenderers
-
overflowRenderer
-
causeOfNothing
-
-
Constructor Details
-
MulticolLayoutResult
public MulticolLayoutResult()
-
-
Method Details
-
getSplitRenderers
-
getOverflowRenderer
Gets the overflow renderer.- Returns:
- the overflow renderer, can be
nullif there is no overflow
-
setOverflowRenderer
Sets the overflow renderer.- Parameters:
overflowRenderer- the overflow renderer to be set
-
getCauseOfNothing
Gets the cause of nothing renderer.- Returns:
- the cause of nothing renderer, can be
nullifgetSplitRenderers()is not empty
-
setCauseOfNothing
Sets the cause of nothing renderer.- Parameters:
causeOfNothing- cause of nothing renderer to be set
-