Uses of Enum
com.itextpdf.layout.properties.BackgroundPosition.PositionY
 
     
      Packages that use BackgroundPosition.PositionY
     
 
      
     -  
        
Uses of BackgroundPosition.PositionY in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BackgroundPosition.PositionYModifier and TypeMethodDescriptionBackgroundPosition.getPositionY()Gets vertical position.static BackgroundPosition.PositionYReturns 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.PositionYModifier and TypeMethodDescriptionBackgroundPosition.setPositionY(BackgroundPosition.PositionY yPosition) Sets vertical position.