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 BackgroundRepeat
BackgroundImage.Builder.repeat
private final BackgroundRepeat
BackgroundImage.repeat
Methods in com.itextpdf.layout.properties that return BackgroundRepeatModifier and TypeMethodDescriptionBackgroundImage.getRepeat()
Gets imageBackgroundRepeat
instance.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 BackgroundRepeatModifierConstructorDescriptionprivate
BackgroundImage
(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImage
instance.