Uses of Enum
com.itextpdf.layout.properties.BackgroundRepeat.BackgroundRepeatValue
Packages that use BackgroundRepeat.BackgroundRepeatValue
-
Uses of BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundRepeat.BackgroundRepeatValueModifier and TypeFieldDescriptionprivate final BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat.xAxisRepeat
private final BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat.yAxisRepeat
Methods in com.itextpdf.layout.properties that return BackgroundRepeat.BackgroundRepeatValueModifier 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.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundRepeat.BackgroundRepeatValueModifierConstructorDescriptionCreates 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
Methods in com.itextpdf.styledxmlparser.css.util that return BackgroundRepeat.BackgroundRepeatValueModifier and TypeMethodDescriptionCssBackgroundUtils.parseBackgroundRepeat
(String value) Parses the background repeat string value.