Uses of Enum
com.itextpdf.layout.properties.grid.TemplateValue.ValueType
Packages that use TemplateValue.ValueType
-
Uses of TemplateValue.ValueType in com.itextpdf.layout.properties.grid
Subclasses with type arguments of type TemplateValue.ValueType in com.itextpdf.layout.properties.gridFields in com.itextpdf.layout.properties.grid declared as TemplateValue.ValueTypeModifier and TypeFieldDescriptionprotected final TemplateValue.ValueTypeTemplateValue.typeTemplate value type.Methods in com.itextpdf.layout.properties.grid that return TemplateValue.ValueTypeModifier and TypeMethodDescriptionTemplateValue.getType()Gets template value type.static TemplateValue.ValueTypeReturns 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.ValueTypeModifierConstructorDescriptionprotectedInit a breadth value with a given typeprotectedInit a function value with a given type.protectedCreate grid value with a given type.protectedLengthValue(TemplateValue.ValueType type, float value) Init a breadth value with a given type and value.protectedCreates template value with a given type.