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) 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 LayoutAreaColumnDocumentRenderer.updateCurrentArea(LayoutResult overflowResult) -
Uses of LayoutResult in com.itextpdf.layout.layout
Subclasses of LayoutResult in com.itextpdf.layout.layoutModifier and TypeClassDescriptionclassRepresents the result of a linelayouting.classRepresents the result of contentlayouting.classRepresents 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 LayoutResultParagraphRenderer.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) 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 voidRootRenderer.shrinkCurrentAreaAndProcessRenderer(IRenderer renderer, List<IRenderer> resultRenderers, LayoutResult result) protected LayoutAreaCanvasRenderer.updateCurrentArea(LayoutResult overflowResult) protected LayoutAreaDocumentRenderer.updateCurrentArea(LayoutResult overflowResult) protected abstract LayoutAreaRootRenderer.updateCurrentArea(LayoutResult overflowResult)