Uses of Class
com.itextpdf.layout.layout.LayoutArea
-
Uses of LayoutArea in com.itextpdf.layout
Modifier and TypeMethodDescriptionprotected LayoutArea
ColumnDocumentRenderer.updateCurrentArea
(LayoutResult overflowResult) -
Uses of LayoutArea in com.itextpdf.layout.layout
Modifier and TypeFieldDescriptionprotected LayoutArea
LayoutContext.area
TheLayoutArea
for the content to be placed on.protected LayoutArea
LayoutResult.occupiedArea
The area occupied by the content during itslayouting
.Modifier and TypeMethodDescriptionLayoutArea.clone()
Creates a "deep copy" of this LayoutArea, meaning the object returned by this method will be independent of the object being cloned.RootLayoutArea.clone()
Creates a "deep copy" of this RootLayoutArea, meaning the object returned by this method will be independent of the object being cloned.LayoutContext.getArea()
Gets thearea
the content to be placed on.LayoutResult.getOccupiedArea()
Gets thelayout area
occupied by the content duringlayouting
.PositionedLayoutContext.getParentOccupiedArea()
Gets the value of the parent occupied area.ModifierConstructorDescriptionLayoutContext
(LayoutArea area) Creates the layout context.LayoutContext
(LayoutArea area, boolean clippedHeight) Creates the layout context.LayoutContext
(LayoutArea area, MarginsCollapseInfo marginsCollapseInfo) Creates the layout context.LayoutContext
(LayoutArea area, MarginsCollapseInfo marginsCollapseInfo, List<Rectangle> floatedRendererAreas) Creates the layout context.LayoutContext
(LayoutArea area, MarginsCollapseInfo marginsCollapseInfo, List<Rectangle> floatedRendererAreas, boolean clippedHeight) Creates the layout context.LayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer) Creates theresult of layouting
.LayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause) Creates theresult of layouting
.LineLayoutContext
(LayoutArea area, MarginsCollapseInfo marginsCollapseInfo, List<Rectangle> floatedRendererAreas, boolean clippedHeight) Creates the context for content of a line.LineLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer) Creates theresult of layouting
.LineLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause) Creates theresult of layouting
.MinMaxWidthLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer) Creates min and max width.MinMaxWidthLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause) Creates min and max width.PositionedLayoutContext
(LayoutArea area, LayoutArea parentOccupiedArea) Creates position for layout context.TextLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer) Creates theresult of layouting
.TextLayoutResult
(int status, LayoutArea occupiedArea, IRenderer splitRenderer, IRenderer overflowRenderer, IRenderer cause) Creates theresult of layouting
. -
Uses of LayoutArea in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionRootRenderer.getCurrentArea()
AbstractRenderer.getOccupiedArea()
Gets the resultant occupied area after the last call to theIRenderer.layout(LayoutContext)
method.AreaBreakRenderer.getOccupiedArea()
Throws an UnsupportedOperationException because instances of this class are only used for terminating the current content area.DocumentRenderer.getOccupiedArea()
IRenderer.getOccupiedArea()
Gets the resultant occupied area after the last call to theIRenderer.layout(LayoutContext)
method.protected LayoutArea
CanvasRenderer.updateCurrentArea
(LayoutResult overflowResult) protected LayoutArea
DocumentRenderer.updateCurrentArea
(LayoutResult overflowResult) protected abstract LayoutArea
RootRenderer.updateCurrentArea
(LayoutResult overflowResult) Modifier and TypeMethodDescriptionprotected ImageRenderer
ImageRenderer.autoScale
(LayoutArea layoutArea) AbstractRenderer.initElementAreas
(LayoutArea area) Gets all rectangles that thisIRenderer
can draw upon in the given area.protected boolean
AbstractRenderer.isNotFittingHeight
(LayoutArea layoutArea) protected boolean
AbstractRenderer.isNotFittingLayoutArea
(LayoutArea layoutArea) protected boolean
AbstractRenderer.isNotFittingWidth
(LayoutArea layoutArea)