v0.0.501
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
This commit is contained in:
parent
ab805403b9
commit
a8e6f98a89
@ -1,5 +1,5 @@
|
|||||||
package goext
|
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"
|
||||||
|
@ -20,6 +20,10 @@ type TableCellStyleOpt struct {
|
|||||||
PDFCellOpt
|
PDFCellOpt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func NewTableCellStyleOpt() *TableCellStyleOpt {
|
||||||
|
return &TableCellStyleOpt{}
|
||||||
|
}
|
||||||
|
|
||||||
func (o *TableCellStyleOpt) FillHeight(b bool) *TableCellStyleOpt {
|
func (o *TableCellStyleOpt) FillHeight(b bool) *TableCellStyleOpt {
|
||||||
o.fillHeight = &b
|
o.fillHeight = &b
|
||||||
return o
|
return o
|
||||||
|
Loading…
Reference in New Issue
Block a user