mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-30 13:48:51 +08:00
Added : Comment on SetBorderLineStyle
This commit is contained in:
parent
95da125815
commit
6fc8956dcb
@ -550,6 +550,7 @@ func (cell *TableCell) SetBorderColor(col Color) {
|
||||
cell.borderColorTop = model.NewPdfColorDeviceRGB(col.ToRGB())
|
||||
}
|
||||
|
||||
// SetBorderLineStyle sets border style (currently dashed or plain)
|
||||
func (cell *TableCell) SetBorderLineStyle(style draw.LineStyle) {
|
||||
cell.borderLineStyle = style
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user