Uses of Class
com.itextpdf.layout.borders.Border
Package
Description
-
Uses of Border in com.itextpdf.forms.fields
-
Uses of Border in com.itextpdf.forms.fields.borders
-
Uses of Border in com.itextpdf.forms.form.renderer
Modifier and TypeMethodDescriptionprotected Rectangle
CheckBoxRenderer.applyBorderBox
(Rectangle rect, Border[] borders, boolean reverse) Applies the given border box (borders) on the given rectangleprotected Rectangle
RadioRenderer.applyBorderBox
(Rectangle rect, Border[] borders, boolean reverse) Applies the given border box (borders) on the given rectangle -
Uses of Border in com.itextpdf.layout
Modifier and TypeMethodDescriptionSets a border for all four edges of this Element with customizable color, width, pattern type.ElementPropertyContainer.setBorderBottom
(Border border) Sets a border for the bottom limit of this Element with customizable color, width, pattern type.ElementPropertyContainer.setBorderLeft
(Border border) Sets a border for the left limit of this Element with customizable color, width, pattern type.ElementPropertyContainer.setBorderRight
(Border border) Sets a border for the right limit of this Element with customizable color, width, pattern type.ElementPropertyContainer.setBorderTop
(Border border) Sets a border for the upper limit of this Element with customizable color, width, pattern type. -
Uses of Border in com.itextpdf.layout.borders
Modifier and TypeClassDescriptionclass
Represents a border that is displayed using a 3D effect.class
Draws a border with dashes around the element it's been set to.class
Draws a dotted border around the element it has been set to.class
Creates a double border around the element it's set to.class
Draws a border with a specific dashes around the element it's been set to.class
Represents aBorder3D
with a groove effect being applied.class
Represents aBorder3D
with an inset effect being applied.class
Represents aBorder3D
with an outset effect being applied.class
Represents aBorder3D
with a ridge effect being applied.class
Draws a border with rounded dots around the element it's been set to.class
Draws a solid border around the element it's set to. -
Uses of Border in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionTable.getLastRowBottomBorder()
Gets the markup properties of the bottom border of the (current) last row. -
Uses of Border in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionprotected Border[]
AbstractRenderer.getBorders()
Gets borders of the element in the specified order: top, right, bottom, left.Modifier and TypeMethodDescriptionprotected Rectangle
AbstractRenderer.applyBorderBox
(Rectangle rect, Border[] borders, boolean reverse) Applies the given border box (borders) on the given rectangleprotected Rectangle
CellRenderer.applyBorderBox
(Rectangle rect, Border[] borders, boolean reverse) protected Rectangle
TableRenderer.applyBorderBox
(Rectangle rect, Border[] borders, boolean reverse) protected AbstractRenderer
AbstractRenderer.setBorders
(Border border, int borderNumber)