1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-08 09:10:24 +08:00

add AddShape api

This commit is contained in:
源文雨
2023-02-27 16:12:56 +08:00
parent c8aae913f2
commit d19032acad
11 changed files with 211 additions and 23 deletions

View File

@@ -74,6 +74,7 @@ func newEmptyA4File() *Docx {
media: make([]Media, 0, 64),
mediaNameIdx: make(map[string]int, 64),
rID: 5,
slowIDs: make(map[string]uintptr, 64),
template: "a4",
tmpfslst: []string{
"_rels/.rels",