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