mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-08 17:20:26 +08:00
add w:u w:i w:b w:highlight
This commit is contained in:
@@ -105,7 +105,7 @@ func (p *Paragraph) String() string {
|
||||
switch x := c.(type) {
|
||||
case *Text:
|
||||
sb.WriteString(x.Text)
|
||||
case *WTab:
|
||||
case *Tab:
|
||||
sb.WriteByte('\t')
|
||||
case *Drawing:
|
||||
if x.Inline != nil && x.Inline.Graphic != nil && x.Inline.Graphic.GraphicData != nil && x.Inline.Graphic.GraphicData.Pic != nil {
|
||||
|
||||
Reference in New Issue
Block a user