Package | Description |
---|---|
com.itextpdf.layout.property | |
com.itextpdf.styledxmlparser.css.util |
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.
|
Modifier and Type | Method and Description |
---|---|
static BackgroundRepeat.BackgroundRepeatValue |
CssMappingUtils.parseBackgroundRepeat(String value)
Deprecated.
will be removed in 7.2, use
CssBackgroundUtils.parseBackgroundRepeat(String) instead
|
static BackgroundRepeat.BackgroundRepeatValue |
CssBackgroundUtils.parseBackgroundRepeat(String value)
Parses the background repeat string value.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.