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 |
---|---|
LayoutResult |
TextRenderer.layout(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 |
TabRenderer.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.
|
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 |
ListRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
ListItemRenderer.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 |
ImageRenderer.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 |
BlockRenderer.layout(LayoutContext layoutContext) |
LayoutResult |
AreaBreakRenderer.layout(LayoutContext layoutContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
RootRenderer.shrinkCurrentAreaAndProcessRenderer(IRenderer renderer, List<IRenderer> resultRenderers, LayoutResult result) |
protected abstract LayoutArea |
RootRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected LayoutArea |
DocumentRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected LayoutArea |
CanvasRenderer.updateCurrentArea(LayoutResult overflowResult) |
Copyright © 1998–2017 iText Group NV. All rights reserved.