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.BackgroundRepeatValueBackgroundRepeat. xAxisRepeatprivate BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat. yAxisRepeatMethods in com.itextpdf.layout.properties that return BackgroundRepeat.BackgroundRepeatValue Modifier and Type Method Description BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat. getXAxisRepeat()Gets theBackgroundRepeat.BackgroundRepeatValuevalue for X axis.BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat. getYAxisRepeat()Gets theBackgroundRepeat.BackgroundRepeatValuevalue for Y axis.static BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat.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 newBackgroundRepeatinstance based on oneBackgroundRepeatinstance.BackgroundRepeat(BackgroundRepeat.BackgroundRepeatValue xAxisRepeat, BackgroundRepeat.BackgroundRepeatValue yAxisRepeat)Creates a newBackgroundRepeatinstance based on twoBackgroundRepeatinstance. -
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.BackgroundRepeatValueCssBackgroundUtils. parseBackgroundRepeat(java.lang.String value)Parses the background repeat string value.
-