Package | Description |
---|---|
com.itextpdf.layout.property | |
com.itextpdf.styledxmlparser.css.util |
Modifier and Type | Method and Description |
---|---|
BlendMode |
BackgroundImage.getBlendMode()
Get the image's blend mode.
|
static BlendMode |
BlendMode.valueOf(String name)
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 Type | Method and Description |
---|---|
BackgroundImage.Builder |
BackgroundImage.Builder.setBackgroundBlendMode(BlendMode blendMode)
Set the image's blend mode.
|
Constructor and Description |
---|
BackgroundImage(AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode)
Deprecated.
Remove this constructor in 7.2.
|
BackgroundImage(PdfFormXObject image, BackgroundRepeat repeat, BlendMode blendMode)
Deprecated.
Remove this constructor in 7.2.
|
BackgroundImage(PdfImageXObject image, BackgroundRepeat repeat, BlendMode blendMode)
Deprecated.
Remove this constructor in 7.2.
|
Modifier and Type | Method and Description |
---|---|
static BlendMode |
CssUtils.parseBlendMode(String cssValue)
Parses the given css blend mode value.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.