mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-16 06:20:25 +08:00
refactor: Paragraph.Children to []interface{}
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
type Run struct {
|
||||
XMLName xml.Name `xml:"w:r,omitempty"`
|
||||
RunProperties *RunProperties `xml:"w:rPr,omitempty"`
|
||||
FrontTab []struct {
|
||||
FrontTab []struct { // TODO: replace with variable []RunChild
|
||||
XMLName xml.Name `xml:"w:tab,omitempty"`
|
||||
}
|
||||
InstrText string `xml:"w:instrText,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user