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

初步添加shape

This commit is contained in:
源文雨
2023-02-26 22:26:38 +08:00
parent 1f52bf35fe
commit c8aae913f2
6 changed files with 358 additions and 55 deletions

View File

@@ -81,6 +81,8 @@ func (f *Docx) parseDocument(file *zip.File) error {
f.Document.XMLW = XMLNS_W
f.Document.XMLR = XMLNS_R
f.Document.XMLWP = XMLNS_WP
// f.Document.XMLMC = XMLNS_MC
f.Document.XMLWPS = XMLNS_WPS
// f.Document.XMLWP14 = XMLNS_WP14
f.Document.XMLName.Space = XMLNS_W
f.Document.XMLName.Local = "document"