| Package | Description |
|---|---|
| com.itextpdf.layout | |
| com.itextpdf.layout.layout | |
| com.itextpdf.layout.renderer |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutArea |
ColumnDocumentRenderer.updateCurrentArea(LayoutResult overflowResult) |
| Modifier and Type | Class and Description |
|---|---|
class |
LineLayoutResult
Represents the result of a line
layouting. |
class |
MinMaxWidthLayoutResult
Represents the result of content
layouting. |
class |
TextLayoutResult
Represents the result of a text
layout. |
| Modifier and Type | Method and Description |
|---|---|
LayoutResult |
LayoutResult.setAreaBreak(AreaBreak areaBreak) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RootRenderer.shrinkCurrentAreaAndProcessRenderer(IRenderer renderer,
List<IRenderer> resultRenderers,
LayoutResult result) |
protected LayoutArea |
DocumentRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected LayoutArea |
CanvasRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected abstract LayoutArea |
RootRenderer.updateCurrentArea(LayoutResult overflowResult) |
Copyright © 1998–2020 iText Group NV. All rights reserved.