Class GridValue
- java.lang.Object
-
- com.itextpdf.layout.properties.grid.TemplateValue
-
- com.itextpdf.layout.properties.grid.GridValue
-
- Direct Known Subclasses:
BreadthValue
,FunctionValue
public abstract class GridValue extends TemplateValue
A specialized class that holds a value for grid-template-columns/rows and grid-auto-columns/rows properties and the type it is measured in.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.layout.properties.grid.TemplateValue
TemplateValue.ValueType
-
-
Field Summary
-
Fields inherited from class com.itextpdf.layout.properties.grid.TemplateValue
type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GridValue(TemplateValue.ValueType type)
Create grid value with a given type.
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-
-
-
Constructor Detail
-
GridValue
protected GridValue(TemplateValue.ValueType type)
Create grid value with a given type.- Parameters:
type
- grid value type
-
-