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 BackgroundRepeatBackgroundImage.Builder. repeatprivate BackgroundRepeatBackgroundImage. repeatMethods in com.itextpdf.layout.properties that return BackgroundRepeat Modifier and Type Method Description BackgroundRepeatBackgroundImage. getRepeat()Gets imageBackgroundRepeatinstance.Methods in com.itextpdf.layout.properties with parameters of type BackgroundRepeat Modifier and Type Method Description BackgroundImage.BuilderBackgroundImage.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 newBackgroundImageinstance.
-