Class PointValue
- java.lang.Object
-
- com.itextpdf.layout.properties.grid.TemplateValue
-
- com.itextpdf.layout.properties.grid.GridValue
-
- com.itextpdf.layout.properties.grid.BreadthValue
-
- com.itextpdf.layout.properties.grid.LengthValue
-
- com.itextpdf.layout.properties.grid.PointValue
-
public class PointValue extends LengthValue
Represents point template value.
-
-
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.LengthValue
value
-
Fields inherited from class com.itextpdf.layout.properties.grid.TemplateValue
type
-
-
Constructor Summary
Constructors Constructor Description PointValue(float value)
Creates point value with a given length.
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.properties.grid.LengthValue
getValue
-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-