Uses of Class
com.itextpdf.layout.properties.BackgroundPosition.PositionX
-
Packages that use BackgroundPosition.PositionX Package Description com.itextpdf.layout.properties -
-
Uses of BackgroundPosition.PositionX in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundPosition.PositionX Modifier and Type Field Description private BackgroundPosition.PositionX
BackgroundPosition. positionX
Methods in com.itextpdf.layout.properties that return BackgroundPosition.PositionX Modifier and Type Method Description BackgroundPosition.PositionX
BackgroundPosition. getPositionX()
Gets horizontal position.static BackgroundPosition.PositionX
BackgroundPosition.PositionX. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackgroundPosition.PositionX[]
BackgroundPosition.PositionX. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.layout.properties with parameters of type BackgroundPosition.PositionX Modifier and Type Method Description BackgroundPosition
BackgroundPosition. setPositionX(BackgroundPosition.PositionX xPosition)
Sets horizontal position.
-