Uses of Class
com.itextpdf.layout.properties.BackgroundPosition
Packages that use BackgroundPosition
-
Uses of BackgroundPosition in com.itextpdf.layout.properties
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.