public class MinMaxWidthLayoutResult extends LayoutResult
layouting
.
Modifier and Type | Field and Description |
---|---|
protected MinMaxWidth |
minMaxWidth
The MinMaxWidth value of min and max width.
|
areaBreak, causeOfNothing, FULL, NOTHING, occupiedArea, overflowRenderer, PARTIAL, splitRenderer, status
Constructor and Description |
---|
MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer)
Creates min and max width.
|
MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause)
Creates min and max width.
|
Modifier and Type | Method and Description |
---|---|
MinMaxWidth |
getMinMaxWidth()
Gets min and max width.
|
MinMaxWidthLayoutResult |
setMinMaxWidth(MinMaxWidth minMaxWidth)
Sets min and max width.
|
getAreaBreak, getCauseOfNothing, getOccupiedArea, getOverflowRenderer, getSplitRenderer, getStatus, setAreaBreak, setOverflowRenderer, setSplitRenderer, setStatus, toString
protected MinMaxWidth minMaxWidth
MinMaxWidth
value of min and max width.
public MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer)
status
- the status which indicates the content
occupiedArea
- the area occupied by the content
splitRenderer
- the renderer to draw the splitted part of the content
overflowRenderer
- the renderer to draw the overflowed part of the content
public MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause)
status
- the status which indicates the content
occupiedArea
- the area occupied by the content
splitRenderer
- the renderer to draw the splitted part of the content
overflowRenderer
- the renderer to draw the overflowed part of the content
cause
- the first renderer to produce LayoutResult.NOTHING
public MinMaxWidth getMinMaxWidth()
public MinMaxWidthLayoutResult setMinMaxWidth(MinMaxWidth minMaxWidth)
minMaxWidth
- min and max width
Copyright © 1998–2022 iText Group NV. All rights reserved.