Uses of Enum
com.itextpdf.layout.properties.BackgroundRepeat.BackgroundRepeatValue
-
Uses of BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackgroundRepeat.getXAxisRepeat()
Gets theBackgroundRepeat.BackgroundRepeatValue
value for X axis.BackgroundRepeat.getYAxisRepeat()
Gets theBackgroundRepeat.BackgroundRepeatValue
value for Y axis.Returns the enum constant of this type with the specified name.BackgroundRepeat.BackgroundRepeatValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCreates a newBackgroundRepeat
instance based on oneBackgroundRepeat
instance.BackgroundRepeat
(BackgroundRepeat.BackgroundRepeatValue xAxisRepeat, BackgroundRepeat.BackgroundRepeatValue yAxisRepeat) Creates a newBackgroundRepeat
instance based on twoBackgroundRepeat
instance. -
Uses of BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.styledxmlparser.css.util
Modifier and TypeMethodDescriptionCssBackgroundUtils.parseBackgroundRepeat
(String value) Parses the background repeat string value.