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
public abstract class BreadthValue extends GridValue
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
Constructors Modifier Constructor Description protected
BreadthValue(TemplateValue.ValueType type)
Init a breadth value with a given type
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-
-
-
Constructor Detail
-
BreadthValue
protected BreadthValue(TemplateValue.ValueType type)
Init a breadth value with a given type- Parameters:
type
- value type
-
-