Uses of Class
com.itextpdf.layout.minmaxwidth.MinMaxWidth
-
Packages that use MinMaxWidth Package Description com.itextpdf.forms.form.renderer com.itextpdf.layout.layout com.itextpdf.layout.minmaxwidth com.itextpdf.layout.renderer -
-
Uses of MinMaxWidth in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return MinMaxWidth Modifier and Type Method Description MinMaxWidthAbstractFormFieldRenderer. getMinMaxWidth()Calculates min and max width values for current renderer.MinMaxWidthSelectFieldComboBoxRenderer. getMinMaxWidth()Methods in com.itextpdf.forms.form.renderer with parameters of type MinMaxWidth Modifier and Type Method Description protected booleanInputFieldRenderer. setMinMaxWidthBasedOnFixedWidth(MinMaxWidth minMaxWidth)protected booleanTextAreaRenderer. setMinMaxWidthBasedOnFixedWidth(MinMaxWidth minMaxWidth) -
Uses of MinMaxWidth in com.itextpdf.layout.layout
Fields in com.itextpdf.layout.layout declared as MinMaxWidth Modifier and Type Field Description protected MinMaxWidthMinMaxWidthLayoutResult. minMaxWidthTheMinMaxWidthvalue of min and max width.Methods in com.itextpdf.layout.layout that return MinMaxWidth Modifier and Type Method Description MinMaxWidthMinMaxWidthLayoutResult. getMinMaxWidth()Gets min and max width.Methods in com.itextpdf.layout.layout with parameters of type MinMaxWidth Modifier and Type Method Description MinMaxWidthLayoutResultMinMaxWidthLayoutResult. setMinMaxWidth(MinMaxWidth minMaxWidth)Sets min and max width. -
Uses of MinMaxWidth in com.itextpdf.layout.minmaxwidth
Subclasses of MinMaxWidth in com.itextpdf.layout.minmaxwidth Modifier and Type Class Description classRotationMinMaxWidthClass for min-max-width of rotated elements.Methods in com.itextpdf.layout.minmaxwidth that return MinMaxWidth Modifier and Type Method Description static MinMaxWidthMinMaxWidthUtils. countDefaultMinMaxWidth(IRenderer renderer)Default implementation for min max width calculation.static MinMaxWidthMinMaxWidthUtils. countDefaultMinMaxWidth(IRenderer renderer, float areaMaxWidth)Default implementation for min max width calculation.Methods in com.itextpdf.layout.minmaxwidth with parameters of type MinMaxWidth Modifier and Type Method Description static RotationMinMaxWidthRotationMinMaxWidth. 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 RotationMinMaxWidthRotationMinMaxWidth. 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
Fields in com.itextpdf.layout.renderer declared as MinMaxWidth Modifier and Type Field Description (package private) MinMaxWidthAbstractWidthHandler. minMaxWidthMethods in com.itextpdf.layout.renderer that return MinMaxWidth Modifier and Type Method Description (package private) static MinMaxWidthFloatingHelper. calculateMinMaxWidthForFloat(AbstractRenderer renderer, FloatPropertyValue floatPropertyVal)static MinMaxWidthRotationUtils. countRotationMinMaxWidth(MinMaxWidth minMaxWidth, AbstractRenderer renderer)This method tries to calculate min-max-width of rotated element using heuristics ofRotationMinMaxWidth.calculate(double, double, MinMaxWidth).MinMaxWidthAbstractRenderer. getMinMaxWidth()Calculates min and max width values for current renderer.MinMaxWidthAbstractRenderer. getMinMaxWidth(java.lang.Float areaMaxWidth)Calculates min and max width values for current renderer.MinMaxWidthBlockRenderer. getMinMaxWidth()Calculates min and max width values for current renderer.MinMaxWidthBlockRenderer. getMinMaxWidth(java.lang.Float parentBoxWidth)Calculates min and max width values for current renderer.MinMaxWidthFlexContainerRenderer. getMinMaxWidth()Calculates min and max width values for current renderer.MinMaxWidthImageRenderer. getMinMaxWidth()MinMaxWidthLineRenderer. getMinMaxWidth()MinMaxWidthListRenderer. getMinMaxWidth()MinMaxWidthParagraphRenderer. getMinMaxWidth()MinMaxWidthTableRenderer. getMinMaxWidth()MinMaxWidthTextRenderer. getMinMaxWidth()Methods in com.itextpdf.layout.renderer with parameters of type MinMaxWidth Modifier and Type Method Description static MinMaxWidthRotationUtils. countRotationMinMaxWidth(MinMaxWidth minMaxWidth, AbstractRenderer renderer)This method tries to calculate min-max-width of rotated element using heuristics ofRotationMinMaxWidth.calculate(double, double, MinMaxWidth).private voidFlexContainerRenderer. findMinMaxWidthIfCorrespondingPropertiesAreNotSet(MinMaxWidth minMaxWidth, AbstractWidthHandler minMaxWidthHandler)protected booleanAbstractRenderer. setMinMaxWidthBasedOnFixedWidth(MinMaxWidth minMaxWidth)voidAbstractWidthHandler. updateMinMaxWidth(MinMaxWidth minMaxWidth)Constructors in com.itextpdf.layout.renderer with parameters of type MinMaxWidth Constructor Description AbstractWidthHandler(MinMaxWidth minMaxWidth)MaxMaxWidthHandler(MinMaxWidth minMaxWidth)MaxSumWidthHandler(MinMaxWidth minMaxWidth)SumSumWidthHandler(MinMaxWidth minMaxWidth)
-