Uses of Class
com.itextpdf.layout.properties.BackgroundImage
Packages that use BackgroundImage
-
Uses of BackgroundImage in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BackgroundImageModifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage
(BackgroundImage image) Specifies a background image for the Element.Method parameters in com.itextpdf.layout with type arguments of type BackgroundImageModifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage
(List<BackgroundImage> imagesList) Specifies a list of background images for the Element. -
Uses of BackgroundImage in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BackgroundImageModifier and TypeMethodDescriptionBackgroundImage.Builder.build()
Builds newBackgroundImage
using set fields.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundImageModifierConstructorDescriptionBackgroundImage
(BackgroundImage backgroundImage) Creates a copy of passedBackgroundImage
instance.