Uses of Class
com.itextpdf.layout.properties.BackgroundImage
-
Uses of BackgroundImage in com.itextpdf.layout
Modifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage
(BackgroundImage image) Specifies a background image for the Element.Modifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage
(List<BackgroundImage> imagesList) Specifies a list of background images for the Element. -
Uses of BackgroundImage in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackgroundImage.Builder.build()
Builds newBackgroundImage
using set fields.ModifierConstructorDescriptionBackgroundImage
(BackgroundImage backgroundImage) Creates a copy of passedBackgroundImage
instance.