| Package | Description |
|---|---|
| com.itextpdf.layout.properties.grid |
| Modifier and Type | Field and Description |
|---|---|
protected TemplateValue.ValueType |
TemplateValue.type
Template value type.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateValue.ValueType |
TemplateValue.getType()
Gets template value type.
|
static TemplateValue.ValueType |
TemplateValue.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateValue.ValueType[] |
TemplateValue.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BreadthValue(TemplateValue.ValueType type)
Init a breadth value with a given type
|
FunctionValue(TemplateValue.ValueType type)
Init a function value with a given type.
|
GridValue(TemplateValue.ValueType type)
Create grid value with a given type.
|
LengthValue(TemplateValue.ValueType type,
float value)
Init a breadth value with a given type and value.
|
TemplateValue(TemplateValue.ValueType type)
Creates template value with a given type.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.