| 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 |
| Constructor and Description |
|---|
LineLayoutContext(LayoutContext layoutContext) |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutResult |
ParagraphRenderer.directLayout(LayoutContext layoutContext) |
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 |
AreaBreakRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
ImageRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
TabRenderer.layout(LayoutContext layoutContext) |
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 |
LineRenderer.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 |
ListItemRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
BlockRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
ListRenderer.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 |
TextRenderer.layout(LayoutContext layoutContext) |
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. |
Copyright © 1998–2020 iText Group NV. All rights reserved.