Uses of Enum
com.itextpdf.layout.properties.BackgroundRepeat.BackgroundRepeatValue
Packages that use BackgroundRepeat.BackgroundRepeatValue
-
Uses of BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.layout.properties
Subclasses with type arguments of type BackgroundRepeat.BackgroundRepeatValue in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionstatic enumDefines all possible background repeat values for one axis.Fields in com.itextpdf.layout.properties declared as BackgroundRepeat.BackgroundRepeatValueModifier and TypeFieldDescriptionprivate final BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat.xAxisRepeatprivate final BackgroundRepeat.BackgroundRepeatValueBackgroundRepeat.yAxisRepeatMethods in com.itextpdf.layout.properties that return BackgroundRepeat.BackgroundRepeatValueModifier and TypeMethodDescriptionBackgroundRepeat.getXAxisRepeat()Gets theBackgroundRepeat.BackgroundRepeatValuevalue for X axis.BackgroundRepeat.getYAxisRepeat()Gets theBackgroundRepeat.BackgroundRepeatValuevalue 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 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.BackgroundRepeatValueModifier and TypeMethodDescriptionCssBackgroundUtils.parseBackgroundRepeat(String value) Parses the background repeat string value.