|
iText 9.6.0 API
|
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. More...
Public Member Functions |
|
| virtual IList< IRenderer > | GetSplitRenderers () |
| Gets the split renderers. More... |
|
| virtual AbstractRenderer | GetOverflowRenderer () |
| Gets the overflow renderer. More... |
|
| virtual void | SetOverflowRenderer (AbstractRenderer overflowRenderer) |
| Sets the overflow renderer. More... |
|
| virtual IRenderer | GetCauseOfNothing () |
| Gets the cause of nothing renderer. More... |
|
| virtual void | SetCauseOfNothing (IRenderer causeOfNothing) |
| Sets the cause of nothing renderer. More... |
|
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.
|
inlinevirtual |
Gets the cause of nothing renderer.
null if GetSplitRenderers() is not empty
|
inlinevirtual |
Gets the overflow renderer.
null if there is no overflow
|
inlinevirtual |
Gets the split renderers.
null )
|
inlinevirtual |
Sets the cause of nothing renderer.
| causeOfNothing | cause of nothing renderer to be set |
|
inlinevirtual |
Sets the overflow renderer.
| overflowRenderer | the overflow renderer to be set |