Uses of Class
com.itextpdf.layout.layout.LayoutResult
Packages that use LayoutResult
Package
Description
-
Uses of LayoutResult in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return LayoutResultModifier 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
Methods in com.itextpdf.layout with parameters of type LayoutResultModifier and TypeMethodDescriptionprotected LayoutArea
ColumnDocumentRenderer.updateCurrentArea
(LayoutResult overflowResult) -
Uses of LayoutResult in com.itextpdf.layout.layout
Subclasses of LayoutResult in com.itextpdf.layout.layoutModifier and TypeClassDescriptionclass
Represents the result of a linelayouting
.class
Represents the result of contentlayouting
.class
Represents the result of a textlayout
.Methods in com.itextpdf.layout.layout that return LayoutResultModifier and TypeMethodDescriptionLayoutResult.setAreaBreak
(AreaBreak areaBreak) Sets areaBreak value. -
Uses of LayoutResult in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return LayoutResultModifier 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) Methods in com.itextpdf.layout.renderer with parameters of type LayoutResultModifier 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)