Uses of Class
com.itextpdf.layout.properties.grid.LengthValue
-
Packages that use LengthValue Package Description com.itextpdf.layout.properties.grid -
-
Uses of LengthValue in com.itextpdf.layout.properties.grid
Subclasses of LengthValue in com.itextpdf.layout.properties.grid Modifier and Type Class Description class
PercentValue
Represents percent template value.class
PointValue
Represents point template value.Fields in com.itextpdf.layout.properties.grid declared as LengthValue Modifier and Type Field Description private LengthValue
FitContentValue. length
Methods in com.itextpdf.layout.properties.grid that return LengthValue Modifier and Type Method Description LengthValue
FitContentValue. getLength()
Get underlyingLengthValue
which represents max size on a grid for this value.Constructors in com.itextpdf.layout.properties.grid with parameters of type LengthValue Constructor Description FitContentValue(LengthValue length)
Create fit content function value based on providedLengthValue
instance.
-