Uses of Class
com.itextpdf.layout.properties.grid.LengthValue
Packages that use LengthValue
-
Uses of LengthValue in com.itextpdf.layout.properties.grid
Subclasses of LengthValue in com.itextpdf.layout.properties.gridModifier and TypeClassDescriptionclass
Represents percent template value.class
Represents point template value.Methods in com.itextpdf.layout.properties.grid that return LengthValueModifier and TypeMethodDescriptionFitContentValue.getLength()
Get underlyingLengthValue
which represents max size on a grid for this value.Constructors in com.itextpdf.layout.properties.grid with parameters of type LengthValueModifierConstructorDescriptionFitContentValue
(LengthValue length) Create fit content function value based on providedLengthValue
instance.