| Package | Description |
|---|---|
| com.itextpdf.layout.property |
| Modifier and Type | Method and Description |
|---|---|
BackgroundRepeat.BackgroundRepeatValue |
BackgroundRepeat.getXAxisRepeat()
Gets the
BackgroundRepeat.BackgroundRepeatValue value for X axis. |
BackgroundRepeat.BackgroundRepeatValue |
BackgroundRepeat.getYAxisRepeat()
Gets the
BackgroundRepeat.BackgroundRepeatValue value for Y axis. |
static BackgroundRepeat.BackgroundRepeatValue |
BackgroundRepeat.BackgroundRepeatValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundRepeat.BackgroundRepeatValue[] |
BackgroundRepeat.BackgroundRepeatValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BackgroundRepeat(BackgroundRepeat.BackgroundRepeatValue repeat)
Creates a new
BackgroundRepeat instance based on one BackgroundRepeat instance. |
BackgroundRepeat(BackgroundRepeat.BackgroundRepeatValue xAxisRepeat,
BackgroundRepeat.BackgroundRepeatValue yAxisRepeat)
Creates a new
BackgroundRepeat instance based on two BackgroundRepeat instance. |
Copyright © 1998–2020 iText Group NV. All rights reserved.