Package | Description |
---|---|
com.itextpdf.layout.property |
Modifier and Type | Method and Description |
---|---|
BackgroundBox |
Background.getBackgroundClip()
Gets background clip value.
|
BackgroundBox |
BackgroundImage.getBackgroundClip()
Gets background-clip.
|
BackgroundBox |
BackgroundImage.getBackgroundOrigin()
Gets background-origin.
|
static BackgroundBox |
BackgroundBox.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundBox[] |
BackgroundBox.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.setBackgroundClip(BackgroundBox clip)
Sets background-clip.
|
BackgroundImage.Builder |
BackgroundImage.Builder.setBackgroundOrigin(BackgroundBox origin)
Sets background-origin.
|
Constructor and Description |
---|
Background(Color color, float opacity, BackgroundBox clip)
Creates a background with a specified color, opacity and clip value.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.