| Package | Description |
|---|---|
| com.itextpdf.layout.layout | |
| com.itextpdf.layout.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
LineLayoutContext
Represents the context for content of a line
layouting. |
class |
PositionedLayoutContext
Represents the result of positioning for layout context.
|
| Constructor and Description |
|---|
LineLayoutContext(LayoutContext layoutContext)
Creates the context for content of a line.
|
| Modifier and Type | Method and Description |
|---|---|
protected LayoutResult |
ParagraphRenderer.directLayout(LayoutContext layoutContext) |
LayoutResult |
MulticolRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
RootRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
TabRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
GridContainerRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
IRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
TableRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
FlexContainerRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
TextRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
LineSeparatorRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
ListRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
ListItemRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
ParagraphRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
ImageRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
BlockRenderer.layout(LayoutContext layoutContext)
This method simulates positioning of the renderer, including all of its children, and returns
the
LayoutResult, representing the layout result, including occupied area, status, i.e. |
LayoutResult |
AreaBreakRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
LineRenderer.layout(LayoutContext layoutContext) |
protected MulticolRenderer.MulticolLayoutResult |
MulticolRenderer.layoutInColumns(LayoutContext layoutContext,
Rectangle actualBBox)
Layouts multicol in the provided area.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.