iText 8.0.5 API
iText.Layout.Layout.PositionedLayoutContext Class Reference

Represents the result of positioning for layout context. More...

Inheritance diagram for iText.Layout.Layout.PositionedLayoutContext:
iText.Layout.Layout.LayoutContext

Public Member Functions

  PositionedLayoutContext (LayoutArea area, LayoutArea parentOccupiedArea)
  Creates position for layout context. More...
 
virtual LayoutArea  GetParentOccupiedArea ()
  Gets the value of the parent occupied area. More...
 
- Public Member Functions inherited from iText.Layout.Layout.LayoutContext
  LayoutContext (LayoutArea area)
  Creates the layout context. More...
 
  LayoutContext (LayoutArea area, MarginsCollapseInfo marginsCollapseInfo)
  Creates the layout context. More...
 
  LayoutContext (LayoutArea area, MarginsCollapseInfo marginsCollapseInfo, IList< Rectangle > floatedRendererAreas)
  Creates the layout context. More...
 
  LayoutContext (LayoutArea area, bool clippedHeight)
  Creates the layout context. More...
 
  LayoutContext (LayoutArea area, MarginsCollapseInfo marginsCollapseInfo, IList< Rectangle > floatedRendererAreas, bool clippedHeight)
  Creates the layout context. More...
 
virtual LayoutArea  GetArea ()
  Gets the area the content to be placed on. More...
 
virtual MarginsCollapseInfo  GetMarginsCollapseInfo ()
  Gets info about margins collapsing. More...
 
virtual IList< Rectangle GetFloatRendererAreas ()
  Gets list of iText.Kernel.Geom.Rectangle objects. More...
 
virtual bool  IsClippedHeight ()
  Indicates whether the layout area's height is clipped or not. More...
 
virtual void  SetClippedHeight (bool clippedHeight)
  Defines whether the layout area's height is clipped or not. More...
 
override String  ToString ()
 

Additional Inherited Members

- Package Attributes inherited from iText.Layout.Layout.LayoutContext
LayoutArea  area
  The LayoutArea for the content to be placed on. More...
 
MarginsCollapseInfo  marginsCollapseInfo
  The info about margins collapsing. More...
 
IList< Rectangle floatRendererAreas = new List<Rectangle>()
  The list of iText.Kernel.Geom.Rectangle objects. More...
 
bool  clippedHeight = false
  Indicates whether the height is clipped or not. More...
 

Detailed Description

Represents the result of positioning for layout context.

Constructor & Destructor Documentation

◆ PositionedLayoutContext()

iText.Layout.Layout.PositionedLayoutContext.PositionedLayoutContext ( LayoutArea  area,
LayoutArea  parentOccupiedArea 
)
inline

Creates position for layout context.

Parameters
area for the content to be placed on
parentOccupiedArea the parent content to be placed on

Member Function Documentation

◆ GetParentOccupiedArea()

virtual LayoutArea iText.Layout.Layout.PositionedLayoutContext.GetParentOccupiedArea ( )
inlinevirtual

Gets the value of the parent occupied area.

Returns
the parent occupied area