Uses of Class
com.itextpdf.layout.layout.LayoutContext
Packages that use LayoutContext
Package
Description
-
Uses of LayoutContext in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer with parameters of type LayoutContextModifier and TypeMethodDescriptionprotected abstract voidAbstractFormFieldRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidButtonRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidCheckBoxRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidInputFieldRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidRadioRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidSignatureAppearanceRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidTextAreaRenderer.adjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.AbstractFormFieldRenderer.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) 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.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 LayoutContext in com.itextpdf.layout.layout
Subclasses of LayoutContext in com.itextpdf.layout.layoutModifier and TypeClassDescriptionclassRepresents the context for content of a linelayouting.classRepresents the result of positioning for layout context.Constructors in com.itextpdf.layout.layout with parameters of type LayoutContextModifierConstructorDescriptionLineLayoutContext(LayoutContext layoutContext) Creates the context for content of a line. -
Uses of LayoutContext in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type LayoutContextModifier 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.GridContainerRenderer.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) protected MulticolRenderer.MulticolLayoutResultMulticolRenderer.layoutInColumns(LayoutContext layoutContext, Rectangle actualBBox) Layouts multicol in the passed area. -
Uses of LayoutContext in com.itextpdf.svg.renderers
Methods in com.itextpdf.svg.renderers with parameters of type LayoutContext