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

fix: para.copymedia

This commit is contained in:
源文雨
2023-03-09 22:42:16 +08:00
parent b68d555c67
commit 65da4dc8f8
3 changed files with 25 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ type Paragraph struct {
RsidP string `xml:"w:rsidP,attr,omitempty"`
Properties *ParagraphProperties
Children []interface{} // Children will generate an unnecessary tag <Children> ... </Children> and we skip it by a self-defined xml.Marshaler
Children []interface{}
file *Docx
}