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 BackgroundPositionBackgroundImage.Builder.positionprivate final BackgroundPositionBackgroundImage.positionMethods 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 BackgroundPositionModifierConstructorDescriptionprivateBackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImageinstance.