Class MinContentValue
- 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.MinContentValue
-
public final class MinContentValue extends BreadthValue
Represents min-content 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 static MinContentValue
VALUE
min-content value.-
Fields inherited from class com.itextpdf.layout.properties.grid.TemplateValue
type
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MinContentValue()
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-
-
-
Field Detail
-
VALUE
public static final MinContentValue VALUE
min-content value.
-
-