Uses of Class
com.itextpdf.layout.minmaxwidth.MinMaxWidth
Packages that use MinMaxWidth
Package
Description
-
Uses of MinMaxWidth in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return MinMaxWidthModifier and TypeMethodDescriptionAbstractFormFieldRenderer.getMinMaxWidth()
Calculates min and max width values for current renderer.SelectFieldComboBoxRenderer.getMinMaxWidth()
Methods in com.itextpdf.forms.form.renderer with parameters of type MinMaxWidthModifier and TypeMethodDescriptionprotected boolean
InputFieldRenderer.setMinMaxWidthBasedOnFixedWidth
(MinMaxWidth minMaxWidth) protected boolean
TextAreaRenderer.setMinMaxWidthBasedOnFixedWidth
(MinMaxWidth minMaxWidth) -
Uses of MinMaxWidth in com.itextpdf.layout.layout
Fields in com.itextpdf.layout.layout declared as MinMaxWidthModifier and TypeFieldDescriptionprotected MinMaxWidth
MinMaxWidthLayoutResult.minMaxWidth
TheMinMaxWidth
value of min and max width.Methods in com.itextpdf.layout.layout that return MinMaxWidthModifier and TypeMethodDescriptionMinMaxWidthLayoutResult.getMinMaxWidth()
Gets min and max width.Methods in com.itextpdf.layout.layout with parameters of type MinMaxWidthModifier and TypeMethodDescriptionMinMaxWidthLayoutResult.setMinMaxWidth
(MinMaxWidth minMaxWidth) Sets min and max width. -
Uses of MinMaxWidth in com.itextpdf.layout.minmaxwidth
Subclasses of MinMaxWidth in com.itextpdf.layout.minmaxwidthModifier and TypeClassDescriptionclass
Class for min-max-width of rotated elements.Methods in com.itextpdf.layout.minmaxwidth that return MinMaxWidthModifier and TypeMethodDescriptionstatic MinMaxWidth
MinMaxWidthUtils.countDefaultMinMaxWidth
(IRenderer renderer) Methods in com.itextpdf.layout.minmaxwidth with parameters of type MinMaxWidthModifier 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
Methods in com.itextpdf.layout.renderer that return MinMaxWidthModifier 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()
Methods in com.itextpdf.layout.renderer with parameters of type MinMaxWidthModifier and TypeMethodDescriptionprotected boolean
AbstractRenderer.setMinMaxWidthBasedOnFixedWidth
(MinMaxWidth minMaxWidth) void
AbstractWidthHandler.updateMinMaxWidth
(MinMaxWidth minMaxWidth) Constructors in com.itextpdf.layout.renderer with parameters of type MinMaxWidthModifierConstructorDescriptionAbstractWidthHandler
(MinMaxWidth minMaxWidth) MaxMaxWidthHandler
(MinMaxWidth minMaxWidth)