row style
This commit is contained in:
@@ -10,12 +10,6 @@ import (
|
||||
"golang.org/x/image/math/fixed"
|
||||
)
|
||||
|
||||
type TableBlock struct {
|
||||
Title string
|
||||
Header []string
|
||||
Rows []any
|
||||
}
|
||||
|
||||
type Document struct {
|
||||
Blocks []TableBlock
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user