Uses of Enum
com.itextpdf.layout.properties.BackgroundBox
-
Uses of BackgroundBox in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackground.getBackgroundClip()
Gets background clip value.BackgroundImage.getBackgroundClip()
Gets background-clip.BackgroundImage.getBackgroundOrigin()
Gets background-origin.static BackgroundBox
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 TypeMethodDescriptionBackgroundImage.Builder.setBackgroundClip
(BackgroundBox clip) Sets background-clip.BackgroundImage.Builder.setBackgroundOrigin
(BackgroundBox origin) Sets background-origin.ModifierConstructorDescriptionBackground
(Color color, float opacity, BackgroundBox clip) Creates a background with a specified color, opacity and clip value.