Uses of Class
com.itextpdf.layout.properties.BackgroundPosition
Packages that use BackgroundPosition
-
Uses of BackgroundPosition in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundPositionModifier and TypeFieldDescriptionprivate BackgroundPosition
BackgroundImage.Builder.position
private final BackgroundPosition
BackgroundImage.position
Methods in com.itextpdf.layout.properties that return BackgroundPositionModifier and TypeMethodDescriptionBackgroundImage.getBackgroundPosition()
Gets background-position.BackgroundPosition.setPositionX
(BackgroundPosition.PositionX xPosition) Sets horizontal position.BackgroundPosition.setPositionY
(BackgroundPosition.PositionY yPosition) Sets vertical position.Sets horizontal shift.Sets vertical shift.Methods in com.itextpdf.layout.properties with parameters of type BackgroundPositionModifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundPosition
(BackgroundPosition position) Sets background-position.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundPositionModifierConstructorDescriptionprivate
BackgroundImage
(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImage
instance.