Class GridValue
java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.GridValue
- Direct Known Subclasses:
-
BreadthValue
,FunctionValue
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
ModifierConstructorDescriptionprotected
Create grid value with a given type. -
Method Summary
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
Constructor Details
-
GridValue
Create grid value with a given type.- Parameters:
-
type
- grid value type
-