Uses of Class
com.itextpdf.layout.properties.BackgroundRepeat.BackgroundRepeatValue
-
Packages that use BackgroundRepeat.BackgroundRepeatValue Package Description com.itextpdf.layout.properties com.itextpdf.styledxmlparser.css.util -
-
Uses of BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundRepeat.BackgroundRepeatValue Modifier and Type Field Description private BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat. xAxisRepeat
private BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat. yAxisRepeat
Methods in com.itextpdf.layout.properties that return BackgroundRepeat.BackgroundRepeatValue Modifier and Type Method Description BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat. getXAxisRepeat()
Gets theBackgroundRepeat.BackgroundRepeatValue
value for X axis.BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat. getYAxisRepeat()
Gets theBackgroundRepeat.BackgroundRepeatValue
value for Y axis.static BackgroundRepeat.BackgroundRepeatValue
BackgroundRepeat.BackgroundRepeatValue. valueOf(java.lang.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.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundRepeat.BackgroundRepeatValue Constructor Description BackgroundRepeat(BackgroundRepeat.BackgroundRepeatValue repeat)
Creates 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.BackgroundRepeatValue Modifier and Type Method Description static BackgroundRepeat.BackgroundRepeatValue
CssBackgroundUtils. parseBackgroundRepeat(java.lang.String value)
Parses the background repeat string value.
-