Package | Description |
---|---|
com.itextpdf.layout.layout | |
com.itextpdf.layout.minmaxwidth | |
com.itextpdf.layout.renderer |
Modifier and Type | Field and Description |
---|---|
protected MinMaxWidth |
MinMaxWidthLayoutResult.minMaxWidth |
Modifier and Type | Method and Description |
---|---|
MinMaxWidth |
MinMaxWidthLayoutResult.getMinMaxWidth() |
MinMaxWidth |
MinMaxWidthLayoutResult.getNotNullMinMaxWidth(float availableWidth) |
Modifier and Type | Method and Description |
---|---|
MinMaxWidthLayoutResult |
MinMaxWidthLayoutResult.setMinMaxWidth(MinMaxWidth minMaxWidth) |
Modifier and Type | Class and Description |
---|---|
class |
RotationMinMaxWidth
Class for min-max-width of rotated elements.
|
Modifier and Type | Method and Description |
---|---|
static MinMaxWidth |
MinMaxWidthUtils.countDefaultMinMaxWidth(IRenderer renderer, float availableWidth) |
Modifier and Type | Method and Description |
---|---|
static RotationMinMaxWidth |
RotationMinMaxWidth.calculate(double angle, double area, MinMaxWidth elementMinMaxWidth)
Heuristic method, based on the assumption that area of element stays the same, when we try to layout it with different available width (available width is between min-width and max-width).
|
static RotationMinMaxWidth |
RotationMinMaxWidth.calculate(double angle, double area, MinMaxWidth elementMinMaxWidth, double availableWidth)
Heuristic method, based on the assumption that area of element stays the same, when we try to layout it with different available width (available width is between min-width and max-width).
|
Modifier and Type | Method and Description |
---|---|
protected MinMaxWidth |
AbstractRenderer.getMinMaxWidth() |
protected MinMaxWidth |
TextRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
TableRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
ParagraphRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
ListRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
LineRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
ImageRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
BlockRenderer.getMinMaxWidth(float availableWidth) |
protected MinMaxWidth |
AbstractRenderer.getMinMaxWidth(float availableWidth)
Deprecated.
Will be removed in 7.1. Use
AbstractRenderer.getMinMaxWidth() instead.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractRenderer.setMinMaxWidthBasedOnFixedWidth(MinMaxWidth minMaxWidth) |
void |
AbstractWidthHandler.updateMinMaxWidth(MinMaxWidth minMaxWidth) |
Constructor and Description |
---|
AbstractWidthHandler(MinMaxWidth minMaxWidth) |
MaxMaxWidthHandler(MinMaxWidth minMaxWidth) |
Copyright © 1998–2018 iText Group NV. All rights reserved.