Package | Description |
---|---|
com.itextpdf.layout | |
com.itextpdf.layout.borders | |
com.itextpdf.layout.element | |
com.itextpdf.layout.renderer |
Modifier and Type | Method and Description |
---|---|
T |
ElementPropertyContainer.setBorder(Border border)
Sets a border for all four edges of this Element with customizable color, width, pattern type.
|
T |
ElementPropertyContainer.setBorderBottom(Border border)
Sets a border for the bottom limit of this Element with customizable color, width, pattern type.
|
T |
ElementPropertyContainer.setBorderLeft(Border border)
Sets a border for the left limit of this Element with customizable color, width, pattern type.
|
T |
ElementPropertyContainer.setBorderRight(Border border)
Sets a border for the right limit of this Element with customizable color, width, pattern type.
|
T |
ElementPropertyContainer.setBorderTop(Border border)
Sets a border for the upper limit of this Element with customizable color, width, pattern type.
|
Modifier and Type | Class and Description |
---|---|
class |
Border3D
Represents a border that is displayed using a 3D effect.
|
class |
DashedBorder
Draws a border with dashes around the element it's been set to.
|
class |
DottedBorder
Draws a dotted border around the element it has been set to.
|
class |
DoubleBorder
Creates a double border around the element it's set to.
|
class |
GrooveBorder |
class |
InsetBorder |
class |
OutsetBorder |
class |
RidgeBorder |
class |
RoundDotsBorder
Draws a border with rounded dots around the element it's been set to.
|
class |
SolidBorder
Draws a solid border around the element it's set to.
|
Modifier and Type | Field and Description |
---|---|
static Border |
Border.NO_BORDER
The null Border, i.e.
|
Modifier and Type | Method and Description |
---|---|
List<Border> |
Table.getLastRowBottomBorder()
Gets the markup properties of the bottom border of the (current) last row.
|
Modifier and Type | Method and Description |
---|---|
protected Border[] |
AbstractRenderer.getBorders()
Gets borders of the element in the specified order: top, right, bottom, left.
|
Modifier and Type | Method and Description |
---|---|
protected Rectangle |
TableRenderer.applyBorderBox(Rectangle rect, Border[] borders, boolean reverse) |
protected Rectangle |
CellRenderer.applyBorderBox(Rectangle rect, Border[] borders, boolean reverse) |
protected Rectangle |
AbstractRenderer.applyBorderBox(Rectangle rect, Border[] borders, boolean reverse)
Applies the given border box (borders) on the given rectangle
|
protected float |
BlockRenderer.applyBordersPaddingsMargins(Rectangle parentBBox, Border[] borders, UnitValue[] paddings) |
protected AbstractRenderer |
AbstractRenderer.setBorders(Border border, int borderNumber) |
Copyright © 1998–2018 iText Group NV. All rights reserved.