Uses of Class
com.itextpdf.layout.properties.BackgroundRepeat
-
Packages that use BackgroundRepeat Package Description com.itextpdf.layout.properties -
-
Uses of BackgroundRepeat in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundRepeat Modifier and Type Field Description private BackgroundRepeat
BackgroundImage.Builder. repeat
private BackgroundRepeat
BackgroundImage. repeat
Methods in com.itextpdf.layout.properties that return BackgroundRepeat Modifier and Type Method Description BackgroundRepeat
BackgroundImage. getRepeat()
Gets imageBackgroundRepeat
instance.Methods in com.itextpdf.layout.properties with parameters of type BackgroundRepeat Modifier and Type Method Description BackgroundImage.Builder
BackgroundImage.Builder. setBackgroundRepeat(BackgroundRepeat repeat)
Sets background-repeat.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundRepeat Constructor Description BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)
Creates a newBackgroundImage
instance.
-