com.lowagie.text.pdf
public class PdfBorderDictionary extends PdfDictionary
PdfBorderDictionary define the appearance of a Border (Annotations).
See Also: PdfDictionary
| Field Summary | |
|---|---|
| static int | STYLE_BEVELED |
| static int | STYLE_DASHED |
| static int | STYLE_INSET |
| static int | STYLE_SOLID |
| static int | STYLE_UNDERLINE |
| Constructor Summary | |
|---|---|
| PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes)
Constructs a PdfBorderDictionary. | |
| PdfBorderDictionary(float borderWidth, int borderStyle) | |
PdfBorderDictionary.