public final class FormBorderFactory extends Object
AbstractFormBorder implementations.| Modifier and Type | Method and Description |
|---|---|
static com.itextpdf.layout.borders.Border |
getBorder(com.itextpdf.kernel.pdf.PdfDictionary borderStyle,
float borderWidth,
com.itextpdf.kernel.colors.Color borderColor,
com.itextpdf.kernel.colors.Color backgroundColor)
Returns
Border for specific borderStyle. |
public static com.itextpdf.layout.borders.Border getBorder(com.itextpdf.kernel.pdf.PdfDictionary borderStyle,
float borderWidth,
com.itextpdf.kernel.colors.Color borderColor,
com.itextpdf.kernel.colors.Color backgroundColor)
Border for specific borderStyle.borderStyle - border style dictionary. ISO 32000-1 12.5.4borderWidth - width of the borderborderColor - color of the borderbackgroundColor - element background color. This param used for drawing beveled border typeBorder implementation or nullCopyright © 1998–2021 iText Group NV. All rights reserved.