Table of Contents

Class PositionedLayoutContext

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

Represents the result of positioning for layout context.

public class PositionedLayoutContext : LayoutContext
Inheritance
PositionedLayoutContext
Inherited Members

Constructors

PositionedLayoutContext(LayoutArea, LayoutArea)

Creates position for layout context.

public PositionedLayoutContext(LayoutArea area, LayoutArea parentOccupiedArea)

Parameters

area LayoutArea

for the content to be placed on

parentOccupiedArea LayoutArea

the parent content to be placed on

Methods

GetParentOccupiedArea()

Gets the value of the parent occupied area.

public virtual LayoutArea GetParentOccupiedArea()

Returns

LayoutArea

the parent occupied area