Package com.itextpdf.layout.layout
Class PositionedLayoutContext
java.lang.Object
com.itextpdf.layout.layout.LayoutContext
com.itextpdf.layout.layout.PositionedLayoutContext
Represents the result of positioning for layout context.
-
Field Summary
Fields inherited from class com.itextpdf.layout.layout.LayoutContext
area, clippedHeight, floatRendererAreas, marginsCollapseInfo
-
Constructor Summary
ConstructorDescriptionPositionedLayoutContext
(LayoutArea area, LayoutArea parentOccupiedArea) Creates position for layout context. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parent occupied area.Methods inherited from class com.itextpdf.layout.layout.LayoutContext
getArea, getFloatRendererAreas, getMarginsCollapseInfo, isClippedHeight, setClippedHeight, toString
-
Constructor Details
-
PositionedLayoutContext
Creates position for layout context.- Parameters:
-
area
- for the content to be placed on -
parentOccupiedArea
- the parent content to be placed on
-
-
Method Details
-
getParentOccupiedArea
Gets the value of the parent occupied area.- Returns:
- the parent occupied area
-