Uses of Class
com.itextpdf.layout.properties.BackgroundPosition.PositionY
-
Packages that use BackgroundPosition.PositionY Package Description com.itextpdf.layout.properties -
-
Uses of BackgroundPosition.PositionY in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundPosition.PositionY Modifier and Type Field Description private BackgroundPosition.PositionY
BackgroundPosition. positionY
Methods in com.itextpdf.layout.properties that return BackgroundPosition.PositionY Modifier and Type Method Description BackgroundPosition.PositionY
BackgroundPosition. getPositionY()
Gets vertical position.static BackgroundPosition.PositionY
BackgroundPosition.PositionY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackgroundPosition.PositionY[]
BackgroundPosition.PositionY. 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.PositionY Modifier and Type Method Description BackgroundPosition
BackgroundPosition. setPositionY(BackgroundPosition.PositionY yPosition)
Sets vertical position.
-