Added : Comment on SetBorderLineStyle

This commit is contained in:
Sakib Sami 2018-06-30 00:16:49 +06:00
parent 95da125815
commit 6fc8956dcb

View File

@ -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
}