| 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 | Field and Description |
|---|---|
protected LayoutArea |
LayoutContext.area |
protected LayoutArea |
LayoutResult.occupiedArea |
| Modifier and Type | Method and Description |
|---|---|
LayoutArea |
LayoutArea.clone() |
LayoutArea |
LayoutContext.getArea() |
LayoutArea |
LayoutResult.getOccupiedArea() |
| Constructor and Description |
|---|
LayoutContext(LayoutArea area) |
LayoutResult(int status,
LayoutArea occupiedArea,
IRenderer splitRenderer,
IRenderer overflowRenderer) |
LineLayoutResult(int status,
LayoutArea occupiedArea,
IRenderer splitRenderer,
IRenderer overflowRenderer) |
TextLayoutResult(int status,
LayoutArea occupiedArea,
IRenderer splitRenderer,
IRenderer overflowRenderer) |
| Modifier and Type | Field and Description |
|---|---|
protected LayoutArea |
RootRenderer.currentArea |
protected LayoutArea |
AbstractRenderer.occupiedArea |
| Modifier and Type | Method and Description |
|---|---|
LayoutArea |
RootRenderer.getCurrentArea() |
LayoutArea |
IRenderer.getOccupiedArea()
Gets the resultant occupied area after the last call to the
IRenderer.layout(LayoutContext) method. |
LayoutArea |
DocumentRenderer.getOccupiedArea() |
LayoutArea |
AreaBreakRenderer.getOccupiedArea() |
LayoutArea |
AbstractRenderer.getOccupiedArea() |
protected abstract LayoutArea |
RootRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected LayoutArea |
DocumentRenderer.updateCurrentArea(LayoutResult overflowResult) |
protected LayoutArea |
CanvasRenderer.updateCurrentArea(LayoutResult overflowResult) |
| Modifier and Type | Method and Description |
|---|---|
protected ImageRenderer |
ImageRenderer.autoScale(LayoutArea area) |
List<Rectangle> |
AbstractRenderer.initElementAreas(LayoutArea area)
Gets all rectangles that this
IRenderer can draw upon in the given area. |
protected boolean |
AbstractRenderer.isNotFittingHeight(LayoutArea layoutArea) |
Copyright © 1998–2016 iText Group NV. All rights reserved.