Class BreadthValue
java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.GridValue
com.itextpdf.layout.properties.grid.BreadthValue
- Direct Known Subclasses:
-
AutoValue
,FlexValue
,LengthValue
,MaxContentValue
,MinContentValue
Represents a breadth 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 breadth value with a given type -
Method Summary
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
Constructor Details
-
BreadthValue
Init a breadth value with a given type- Parameters:
-
type
- value type
-