diff --git a/goextVersion.go b/goextVersion.go index b281ecf..da94d88 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.500" +const GoextVersion = "0.0.501" -const GoextVersionTimestamp = "2024-08-07T19:30:38+0200" +const GoextVersionTimestamp = "2024-08-07T19:31:36+0200" diff --git a/wpdf/wpdfTableCell.go b/wpdf/wpdfTableCell.go index a95025d..cbda575 100644 --- a/wpdf/wpdfTableCell.go +++ b/wpdf/wpdfTableCell.go @@ -20,6 +20,10 @@ type TableCellStyleOpt struct { PDFCellOpt } +func NewTableCellStyleOpt() *TableCellStyleOpt { + return &TableCellStyleOpt{} +} + func (o *TableCellStyleOpt) FillHeight(b bool) *TableCellStyleOpt { o.fillHeight = &b return o