row style

This commit is contained in:
2025-12-28 19:02:00 +03:00
parent b13d113be6
commit 0be8937fea
6 changed files with 50 additions and 9 deletions

View File

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