Uses of Class
com.itextpdf.layout.properties.BackgroundBox
-
Packages that use BackgroundBox Package Description com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of BackgroundBox in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundBox Modifier and Type Field Description private BackgroundBoxBackground. backgroundClipprivate BackgroundBoxBackgroundImage. backgroundClipprivate BackgroundBoxBackgroundImage. backgroundOriginprivate BackgroundBoxBackgroundImage.Builder. clipprivate BackgroundBoxBackgroundImage.Builder. originMethods in com.itextpdf.layout.properties that return BackgroundBox Modifier and Type Method Description BackgroundBoxBackground. getBackgroundClip()Gets background clip value.BackgroundBoxBackgroundImage. getBackgroundClip()Gets background-clip.BackgroundBoxBackgroundImage. getBackgroundOrigin()Gets background-origin.static BackgroundBoxBackgroundBox. valueOf(java.lang.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.Methods in com.itextpdf.layout.properties with parameters of type BackgroundBox Modifier and Type Method Description BackgroundImage.BuilderBackgroundImage.Builder. setBackgroundClip(BackgroundBox clip)Sets background-clip.BackgroundImage.BuilderBackgroundImage.Builder. setBackgroundOrigin(BackgroundBox origin)Sets background-origin.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundBox Constructor Description Background(Color color, float opacity, BackgroundBox clip)Creates a background with a specified color, opacity and clip value.BackgroundImage(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 BackgroundBox Modifier and Type Method Description private RectangleAbstractRenderer. applyBackgroundBoxProperty(Rectangle rectangle, BackgroundBox clip)
-