From a8e6f98a89ade1683f2c895e43ab49e8dd6bff7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Wed, 7 Aug 2024 19:31:36 +0200 Subject: [PATCH] v0.0.501 --- goextVersion.go | 4 ++-- wpdf/wpdfTableCell.go | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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