1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-11 11:04:54 +08:00

初步完成table

This commit is contained in:
源文雨
2023-02-23 22:41:29 +08:00
parent 2b7e65a399
commit be9f9e9672
12 changed files with 604 additions and 144 deletions

View File

@@ -16,7 +16,7 @@ func newEmptyA4File() *Docx {
XMLWP: XMLNS_WP,
// XMLWP14: XMLNS_WP14,
Body: Body{
Paragraphs: make([]Paragraph, 0, 64),
Items: make([]interface{}, 0, 64),
},
},
docRelation: Relationships{