Uses of Class
com.itextpdf.layout.properties.grid.BreadthValue
Packages that use BreadthValue
-
Uses of BreadthValue in com.itextpdf.layout.properties.grid
Subclasses of BreadthValue in com.itextpdf.layout.properties.gridModifier and TypeClassDescriptionfinal class
Represents an auto template value.class
Represents flexible template value.class
Abstract class representing length value on a grid.final class
Represents max-content template value.final class
Represents min-content template value.class
Represents percent template value.class
Represents point template value.Methods in com.itextpdf.layout.properties.grid that return BreadthValueModifier and TypeMethodDescriptionMinMaxValue.getMax()
Gets max template valueMinMaxValue.getMin()
Gets min template valueConstructors in com.itextpdf.layout.properties.grid with parameters of type BreadthValueModifierConstructorDescriptionMinMaxValue
(BreadthValue min, BreadthValue max) Create a minmax function with a given values.