Uses of Class
com.itextpdf.layout.properties.BackgroundPosition
-
Packages that use BackgroundPosition Package Description com.itextpdf.layout.properties -
-
Uses of BackgroundPosition in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundPosition Modifier and Type Field Description private BackgroundPositionBackgroundImage.Builder. positionprivate BackgroundPositionBackgroundImage. positionMethods in com.itextpdf.layout.properties that return BackgroundPosition Modifier and Type Method Description BackgroundPositionBackgroundImage. getBackgroundPosition()Gets background-position.BackgroundPositionBackgroundPosition. setPositionX(BackgroundPosition.PositionX xPosition)Sets horizontal position.BackgroundPositionBackgroundPosition. setPositionY(BackgroundPosition.PositionY yPosition)Sets vertical position.BackgroundPositionBackgroundPosition. setXShift(UnitValue xShift)Sets horizontal shift.BackgroundPositionBackgroundPosition. setYShift(UnitValue yShift)Sets vertical shift.Methods in com.itextpdf.layout.properties with parameters of type BackgroundPosition Modifier and Type Method Description BackgroundImage.BuilderBackgroundImage.Builder. setBackgroundPosition(BackgroundPosition position)Sets background-position.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundPosition Constructor Description BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)Creates a newBackgroundImageinstance.
-