Uses of Enum
com.itextpdf.layout.properties.BlendMode
-
Uses of BlendMode in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackgroundImage.getBlendMode()
Get the image's blend mode.static BlendMode
Returns 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.Modifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundBlendMode
(BlendMode blendMode) Set the image's blend mode. -
Uses of BlendMode in com.itextpdf.styledxmlparser.css.util
Modifier and TypeMethodDescriptionstatic BlendMode
CssUtils.parseBlendMode
(String cssValue) Parses the given css blend mode value.