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 BackgroundPosition
BackgroundImage.Builder. position
private BackgroundPosition
BackgroundImage. position
Methods in com.itextpdf.layout.properties that return BackgroundPosition Modifier and Type Method Description BackgroundPosition
BackgroundImage. getBackgroundPosition()
Gets background-position.BackgroundPosition
BackgroundPosition. setPositionX(BackgroundPosition.PositionX xPosition)
Sets horizontal position.BackgroundPosition
BackgroundPosition. setPositionY(BackgroundPosition.PositionY yPosition)
Sets vertical position.BackgroundPosition
BackgroundPosition. setXShift(UnitValue xShift)
Sets horizontal shift.BackgroundPosition
BackgroundPosition. setYShift(UnitValue yShift)
Sets vertical shift.Methods in com.itextpdf.layout.properties with parameters of type BackgroundPosition Modifier and Type Method Description BackgroundImage.Builder
BackgroundImage.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 newBackgroundImage
instance.
-