Uses of Enum
com.itextpdf.layout.properties.BlendMode
 
     
      Packages that use BlendMode
     
 
      
     -  
        
Uses of BlendMode in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BlendModeModifier and TypeMethodDescriptionBackgroundImage.getBlendMode()Get the image's blend mode.static BlendModeReturns the enum constant of this type with the specified name.static BlendMode[]BlendMode.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 BlendModeModifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundBlendMode(BlendMode blendMode) Set the image's blend mode. -  
        
Uses of BlendMode in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return BlendModeModifier and TypeMethodDescriptionstatic BlendModeCssUtils.parseBlendMode(String cssValue) Parses the given css blend mode value.