Uses of Enum
com.itextpdf.layout.properties.BackgroundBox
Packages that use BackgroundBox
-
Uses of BackgroundBox in com.itextpdf.layout.properties
Subclasses with type arguments of type BackgroundBox in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumEnum with boxes that can be used as a value in background-clip and background-origin properties.Fields in com.itextpdf.layout.properties declared as BackgroundBoxModifier and TypeFieldDescriptionprivate BackgroundBoxBackground.backgroundClipprivate final BackgroundBoxBackgroundImage.backgroundClipprivate final BackgroundBoxBackgroundImage.backgroundOriginprivate BackgroundBoxBackgroundImage.Builder.clipprivate BackgroundBoxBackgroundImage.Builder.originMethods 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 BackgroundBoxReturns 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.privateBackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImageinstance. -
Uses of BackgroundBox in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type BackgroundBoxModifier and TypeMethodDescriptionprivate RectangleAbstractRenderer.applyBackgroundBoxProperty(Rectangle rectangle, BackgroundBox clip)