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 void
AbstractFormFieldRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
ButtonRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
CheckBoxRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
InputFieldRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
RadioRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
SignatureAppearanceRenderer.adjustFieldLayout
(LayoutContext layoutContext) Adjusts the field layout.protected void
TextAreaRenderer.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) 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 TypeClassDescriptionclass
Represents the context for content of a linelayouting
.class
Represents 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 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) protected MulticolRenderer.MulticolLayoutResult
MulticolRenderer.layoutInColumns
(LayoutContext layoutContext, Rectangle actualBBox)