Uses of Enum
com.itextpdf.layout.properties.BackgroundPosition.PositionX
Packages that use BackgroundPosition.PositionX
-
Uses of BackgroundPosition.PositionX in com.itextpdf.layout.properties
Subclasses with type arguments of type BackgroundPosition.PositionX in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionstatic enumA specialized enum containing positions in x-dimension (horizontal positions).Fields in com.itextpdf.layout.properties declared as BackgroundPosition.PositionXModifier and TypeFieldDescriptionprivate BackgroundPosition.PositionXBackgroundPosition.positionXMethods in com.itextpdf.layout.properties that return BackgroundPosition.PositionXModifier and TypeMethodDescriptionBackgroundPosition.getPositionX()Gets horizontal position.static BackgroundPosition.PositionXReturns 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.PositionXModifier and TypeMethodDescriptionBackgroundPosition.setPositionX(BackgroundPosition.PositionX xPosition) Sets horizontal position.