Class PositionedLayoutContext

java.lang.Object
com.itextpdf.layout.layout.LayoutContext
com.itextpdf.layout.layout.PositionedLayoutContext

public class PositionedLayoutContext extends LayoutContext
Represents the result of positioning for layout context.
  • Constructor Details

    • PositionedLayoutContext

      public PositionedLayoutContext (LayoutArea area, LayoutArea parentOccupiedArea)
      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

      public LayoutArea getParentOccupiedArea()
      Gets the value of the parent occupied area.
      Returns:
      the parent occupied area