Class AbstractFormBorder
java.lang.Object
com.itextpdf.layout.borders.Border
com.itextpdf.forms.fields.borders.AbstractFormBorder
- Direct Known Subclasses:
BeveledBorder, InsetBorder, UnderlineBorder
-
Nested Class Summary
Nested classes/interfaces inherited from class Border
Border.Side -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final intThe form beveled border.(package private) static final intThe form inset border.(package private) static final intThe form underline border.Fields inherited from class Border
_3D_GROOVE, _3D_INSET, _3D_OUTSET, _3D_RIDGE, DASHED, DASHED_FIXED, DOTTED, DOUBLE, NO_BORDER, ROUND_DOTS, SOLID, transparentColor, type, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Border
draw, draw, draw, draw, drawCellBorder, drawDiscontinuousBorders, equals, getBorderSide, getColor, getDotsGap, getIntersectionPoint, getOpacity, getStartingPointsForBorderSide, getType, getWidth, hashCode, setColor, setWidth
-
Field Details
-
FORM_UNDERLINE
static final int FORM_UNDERLINEThe form underline border.- See Also:
-
FORM_BEVELED
static final int FORM_BEVELEDThe form beveled border.- See Also:
-
FORM_INSET
static final int FORM_INSETThe form inset border.- See Also:
-
-
Constructor Details
-
AbstractFormBorder
-