Uses of Class
com.itextpdf.layout.properties.grid.TemplateValue.ValueType
-
Packages that use TemplateValue.ValueType Package Description com.itextpdf.layout.properties.grid -
-
Uses of TemplateValue.ValueType in com.itextpdf.layout.properties.grid
Fields in com.itextpdf.layout.properties.grid declared as TemplateValue.ValueType Modifier and Type Field Description protected TemplateValue.ValueType
TemplateValue. type
Template value type.Methods in com.itextpdf.layout.properties.grid that return TemplateValue.ValueType Modifier and Type Method Description TemplateValue.ValueType
TemplateValue. getType()
Gets template value type.static TemplateValue.ValueType
TemplateValue.ValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TemplateValue.ValueType[]
TemplateValue.ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.layout.properties.grid with parameters of type TemplateValue.ValueType Constructor Description BreadthValue(TemplateValue.ValueType type)
Init a breadth value with a given typeFunctionValue(TemplateValue.ValueType type)
Init a function value with a given type.GridValue(TemplateValue.ValueType type)
Create grid value with a given type.LengthValue(TemplateValue.ValueType type, float value)
Init a breadth value with a given type and value.TemplateValue(TemplateValue.ValueType type)
Creates template value with a given type.
-