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 com.itextpdf.layout.borders.Border
Border.Side
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
The form beveled border.(package private) static final int
The form inset border.(package private) static final int
The form underline border.Fields inherited from class com.itextpdf.layout.borders.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 com.itextpdf.layout.borders.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
-