Table of Contents

Class MinMaxWidthLayoutResult

Namespace
iText.Layout.Layout
Assembly
itext.layout.dll

Represents the result of content layouting.

public class MinMaxWidthLayoutResult : LayoutResult
Inheritance
MinMaxWidthLayoutResult
Derived
Inherited Members

Constructors

MinMaxWidthLayoutResult(int, LayoutArea, IRenderer, IRenderer)

Creates min and max width.

public MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer)

Parameters

status int

the status which indicates the content

occupiedArea LayoutArea

the area occupied by the content

splitRenderer IRenderer

the renderer to draw the splitted part of the content

overflowRenderer IRenderer

the renderer to draw the overflowed part of the content

MinMaxWidthLayoutResult(int, LayoutArea, IRenderer, IRenderer, IRenderer)

Creates min and max width.

public MinMaxWidthLayoutResult(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause)

Parameters

status int

the status which indicates the content

occupiedArea LayoutArea

the area occupied by the content

splitRenderer IRenderer

the renderer to draw the splitted part of the content

overflowRenderer IRenderer

the renderer to draw the overflowed part of the content

cause IRenderer

the first renderer to produce NOTHING

Fields

minMaxWidth

The MinMaxWidth value of min and max width.

protected MinMaxWidth minMaxWidth

Field Value

MinMaxWidth

Methods

GetMinMaxWidth()

Gets min and max width.

public virtual MinMaxWidth GetMinMaxWidth()

Returns

MinMaxWidth

min and max width

SetMinMaxWidth(MinMaxWidth)

Sets min and max width.

public virtual MinMaxWidthLayoutResult SetMinMaxWidth(MinMaxWidth minMaxWidth)

Parameters

minMaxWidth MinMaxWidth

min and max width

Returns

MinMaxWidthLayoutResult

min and max width