Uses of Class
com.itextpdf.layout.properties.grid.GridValue
Packages that use GridValue
-
Uses of GridValue in com.itextpdf.layout.properties.grid
Subclasses of GridValue in com.itextpdf.layout.properties.gridModifier and TypeClassDescriptionfinal class
Represents an auto template value.class
Represents a breadth value on a grid.class
Represents fit content function template value.class
Represents flexible template value.class
Abstract class representing function value on a grid.class
Abstract class representing length value on a grid.final class
Represents max-content template value.final class
Represents min-content template value.class
Represents minmax function template value.class
Represents percent template value.class
Represents point template value.Methods in com.itextpdf.layout.properties.grid that return types with arguments of type GridValueModifier and TypeMethodDescriptionAutoRepeatValue.getValues()
Get template values which should be repeated.FixedRepeatValue.getValues()
Gets template values which should be repeated.Constructor parameters in com.itextpdf.layout.properties.grid with type arguments of type GridValueModifierConstructorDescriptionAutoRepeatValue
(boolean autoFit, List<GridValue> values) Create a new auto-repeat valueFixedRepeatValue
(int repeatCount, List<GridValue> values) Create a new fixed-repeat value