Uses of Class
com.itextpdf.layout.minmaxwidth.MinMaxWidth
Package
Description
-
Uses of MinMaxWidth in com.itextpdf.layout.layout
Modifier and TypeFieldDescriptionprotected MinMaxWidth
MinMaxWidthLayoutResult.minMaxWidth
TheMinMaxWidth
value of min and max width.Modifier and TypeMethodDescriptionMinMaxWidthLayoutResult.getMinMaxWidth()
Gets min and max width.Modifier and TypeMethodDescriptionMinMaxWidthLayoutResult.setMinMaxWidth
(MinMaxWidth minMaxWidth) Sets min and max width. -
Uses of MinMaxWidth in com.itextpdf.layout.minmaxwidth
Modifier and TypeClassDescriptionclass
Class for min-max-width of rotated elements.Modifier and TypeMethodDescriptionstatic MinMaxWidth
MinMaxWidthUtils.countDefaultMinMaxWidth
(IRenderer renderer) Modifier and TypeMethodDescriptionstatic 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). -
Uses of MinMaxWidth in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionAbstractRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.BlockRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.FlexContainerRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.ImageRenderer.getMinMaxWidth()
LineRenderer.getMinMaxWidth()
ListRenderer.getMinMaxWidth()
ParagraphRenderer.getMinMaxWidth()
TableRenderer.getMinMaxWidth()
TextRenderer.getMinMaxWidth()
Modifier and TypeMethodDescriptionprotected boolean
AbstractRenderer.setMinMaxWidthBasedOnFixedWidth
(MinMaxWidth minMaxWidth) void
AbstractWidthHandler.updateMinMaxWidth
(MinMaxWidth minMaxWidth) ModifierConstructorDescriptionAbstractWidthHandler
(MinMaxWidth minMaxWidth) MaxMaxWidthHandler
(MinMaxWidth minMaxWidth)