Package | Description |
---|---|
com.itextpdf.layout.layout | |
com.itextpdf.layout.minmaxwidth | |
com.itextpdf.layout.renderer |
Modifier and Type | Field and Description |
---|---|
protected MinMaxWidth |
MinMaxWidthLayoutResult.minMaxWidth
The MinMaxWidth value of min and max width.
|
Modifier and Type | Method and Description |
---|---|
MinMaxWidth |
MinMaxWidthLayoutResult.getMinMaxWidth()
Gets min and max width.
|
Modifier and Type | Method and Description |
---|---|
MinMaxWidthLayoutResult |
MinMaxWidthLayoutResult.setMinMaxWidth(MinMaxWidth minMaxWidth)
Sets min and max width.
|
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) |
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 |
---|---|
MinMaxWidth |
TableRenderer.getMinMaxWidth() |
MinMaxWidth |
FlexContainerRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.
|
MinMaxWidth |
TextRenderer.getMinMaxWidth() |
MinMaxWidth |
ParagraphRenderer.getMinMaxWidth() |
MinMaxWidth |
ListRenderer.getMinMaxWidth() |
MinMaxWidth |
ImageRenderer.getMinMaxWidth() |
MinMaxWidth |
AbstractRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.
|
MinMaxWidth |
LineRenderer.getMinMaxWidth() |
MinMaxWidth |
BlockRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.
|
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–2023 iText Group NV. All rights reserved.