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, toStringprotected 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 contentoccupiedArea - the area occupied by the contentsplitRenderer - the renderer to draw the splitted part of the contentoverflowRenderer - the renderer to draw the overflowed part of the contentpublic MinMaxWidthLayoutResult(int status,
LayoutArea occupiedArea,
IRenderer splitRenderer,
IRenderer overflowRenderer,
IRenderer cause)
status - the status which indicates the contentoccupiedArea - the area occupied by the contentsplitRenderer - the renderer to draw the splitted part of the contentoverflowRenderer - the renderer to draw the overflowed part of the contentcause - the first renderer to produce LayoutResult.NOTHINGpublic MinMaxWidth getMinMaxWidth()
public MinMaxWidthLayoutResult setMinMaxWidth(MinMaxWidth minMaxWidth)
minMaxWidth - min and max widthCopyright © 1998–2022 iText Group NV. All rights reserved.