Uses of Enum
com.itextpdf.layout.properties.BackgroundBox
Packages that use BackgroundBox
-
Uses of BackgroundBox in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundBoxModifier and TypeFieldDescriptionprivate BackgroundBox
Background.backgroundClip
private final BackgroundBox
BackgroundImage.backgroundClip
private final BackgroundBox
BackgroundImage.backgroundOrigin
private BackgroundBox
BackgroundImage.Builder.clip
private BackgroundBox
BackgroundImage.Builder.origin
Methods in com.itextpdf.layout.properties that return BackgroundBoxModifier 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.Methods in com.itextpdf.layout.properties with parameters of type BackgroundBoxModifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundClip
(BackgroundBox clip) Sets background-clip.BackgroundImage.Builder.setBackgroundOrigin
(BackgroundBox origin) Sets background-origin.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundBoxModifierConstructorDescriptionBackground
(Color color, float opacity, BackgroundBox clip) Creates a background with a specified color, opacity and clip value.private
BackgroundImage
(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImage
instance. -
Uses of BackgroundBox in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type BackgroundBoxModifier and TypeMethodDescriptionprivate Rectangle
AbstractRenderer.applyBackgroundBoxProperty
(Rectangle rectangle, BackgroundBox clip)