Uses of Class
com.itextpdf.layout.properties.BackgroundRepeat
Packages that use BackgroundRepeat
-
Uses of BackgroundRepeat in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundRepeatModifier and TypeFieldDescriptionprivate BackgroundRepeatBackgroundImage.Builder.repeatprivate final BackgroundRepeatBackgroundImage.repeatMethods in com.itextpdf.layout.properties that return BackgroundRepeatModifier and TypeMethodDescriptionBackgroundImage.getRepeat()Gets imageBackgroundRepeatinstance.Methods in com.itextpdf.layout.properties with parameters of type BackgroundRepeatModifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundRepeat(BackgroundRepeat repeat) Sets background-repeat.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundRepeatModifierConstructorDescriptionprivateBackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImageinstance.