Uses of Class
com.itextpdf.layout.layout.LayoutResult
Package
Description
-
Uses of LayoutResult in com.itextpdf.forms.form.renderer
Modifier and TypeMethodDescriptionAbstractFormFieldRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.AbstractSelectFieldRenderer.layout
(LayoutContext layoutContext) SelectFieldListBoxRenderer.layout
(LayoutContext layoutContext) SignatureAppearanceRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.TextAreaRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e. -
Uses of LayoutResult in com.itextpdf.layout
Modifier and TypeMethodDescriptionprotected LayoutArea
ColumnDocumentRenderer.updateCurrentArea
(LayoutResult overflowResult) -
Uses of LayoutResult in com.itextpdf.layout.layout
Modifier and TypeClassDescriptionclass
Represents the result of a linelayouting
.class
Represents the result of contentlayouting
.class
Represents the result of a textlayout
.Modifier and TypeMethodDescriptionLayoutResult.setAreaBreak
(AreaBreak areaBreak) Sets areaBreak value. -
Uses of LayoutResult in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionprotected LayoutResult
ParagraphRenderer.directLayout
(LayoutContext layoutContext) AreaBreakRenderer.layout
(LayoutContext layoutContext) BlockRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.FlexContainerRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.ImageRenderer.layout
(LayoutContext layoutContext) IRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.LineRenderer.layout
(LayoutContext layoutContext) LineSeparatorRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.ListItemRenderer.layout
(LayoutContext layoutContext) ListRenderer.layout
(LayoutContext layoutContext) MulticolRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.ParagraphRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.RootRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.TableRenderer.layout
(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult
, representing the layout result, including occupied area, status, i.e.TabRenderer.layout
(LayoutContext layoutContext) TextRenderer.layout
(LayoutContext layoutContext) Modifier and TypeMethodDescriptionprotected void
RootRenderer.shrinkCurrentAreaAndProcessRenderer
(IRenderer renderer, List<IRenderer> resultRenderers, LayoutResult result) protected LayoutArea
CanvasRenderer.updateCurrentArea
(LayoutResult overflowResult) protected LayoutArea
DocumentRenderer.updateCurrentArea
(LayoutResult overflowResult) protected abstract LayoutArea
RootRenderer.updateCurrentArea
(LayoutResult overflowResult)