| Package | Description |
|---|---|
| com.itextpdf.layout.properties.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoValue
Represents an auto template value.
|
class |
FlexValue
Represents flexible template value.
|
class |
LengthValue
Abstract class representing length value on a grid.
|
class |
MaxContentValue
Represents max-content template value.
|
class |
MinContentValue
Represents min-content template value.
|
class |
PercentValue
Represents percent template value.
|
class |
PointValue
Represents point template value.
|
| Modifier and Type | Method and Description |
|---|---|
BreadthValue |
MinMaxValue.getMax()
Gets max template value
|
BreadthValue |
MinMaxValue.getMin()
Gets min template value
|
| Constructor and Description |
|---|
MinMaxValue(BreadthValue min,
BreadthValue max)
Create a minmax function with a given values.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.