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 class
AutoValue
Represents an auto template value.class
FlexValue
Represents flexible template value.class
LengthValue
Abstract class representing length value on a grid.class
MaxContentValue
Represents max-content template value.class
MinContentValue
Represents min-content template value.class
PercentValue
Represents percent template value.class
PointValue
Represents point template value.Fields in com.itextpdf.layout.properties.grid declared as BreadthValue Modifier and Type Field Description private BreadthValue
MinMaxValue. max
private BreadthValue
MinMaxValue. min
Methods in com.itextpdf.layout.properties.grid that return BreadthValue Modifier and Type Method Description BreadthValue
MinMaxValue. getMax()
Gets max template valueBreadthValue
MinMaxValue. 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.
-