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 classRepresents an auto template value.classRepresents flexible template value.classAbstract class representing length value on a grid.final classRepresents max-content template value.final classRepresents min-content template value.classRepresents percent template value.classRepresents point template value.Fields in com.itextpdf.layout.properties.grid declared as BreadthValueModifier and TypeFieldDescriptionprivate final BreadthValueMinMaxValue.maxprivate final BreadthValueMinMaxValue.minMethods 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.