public final class FormBorderFactory extends Object
AbstractFormBorder
implementations.
Modifier and Type | Method and Description |
---|---|
static Border |
getBorder(PdfDictionary borderStyle, float borderWidth, Color borderColor, Color backgroundColor)
Returns Border for specific borderStyle.
|
public static Border getBorder(PdfDictionary borderStyle, float borderWidth, Color borderColor, Color backgroundColor)
Border
for specific borderStyle.
borderStyle
- border style dictionary. ISO 32000-1 12.5.4
borderWidth
- width of the border
borderColor
- color of the border
backgroundColor
- element background color. This param used for drawing beveled border type
Border
implementation or null
Copyright © 1998–2023 iText Group NV. All rights reserved.