Uses of Class
com.itextpdf.layout.properties.grid.BreadthValue
-
Packages that use BreadthValue Package Description com.itextpdf.layout.properties.grid -
-
Uses of BreadthValue in com.itextpdf.layout.properties.grid
Subclasses of BreadthValue in com.itextpdf.layout.properties.grid Modifier and Type Class Description classAutoValueRepresents an auto template value.classFlexValueRepresents flexible template value.classLengthValueAbstract class representing length value on a grid.classMaxContentValueRepresents max-content template value.classMinContentValueRepresents min-content template value.classPercentValueRepresents percent template value.classPointValueRepresents point template value.Fields in com.itextpdf.layout.properties.grid declared as BreadthValue Modifier and Type Field Description private BreadthValueMinMaxValue. maxprivate BreadthValueMinMaxValue. minMethods in com.itextpdf.layout.properties.grid that return BreadthValue Modifier and Type Method Description BreadthValueMinMaxValue. getMax()Gets max template valueBreadthValueMinMaxValue. getMin()Gets min template valueConstructors in com.itextpdf.layout.properties.grid with parameters of type BreadthValue Constructor Description MinMaxValue(BreadthValue min, BreadthValue max)Create a minmax function with a given values.
-