Class FlexValue
- 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.FlexValue
-
public class FlexValue extends BreadthValue
Represents flexible template value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.layout.properties.grid.TemplateValue
TemplateValue.ValueType
-
-
Field Summary
Fields Modifier and Type Field Description protected float
value
-
Fields inherited from class com.itextpdf.layout.properties.grid.TemplateValue
type
-
-
Constructor Summary
Constructors Constructor Description FlexValue(float value)
Create new flexible value instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getFlex()
Gets fraction value.-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-