mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-07 16:50:24 +08:00
fix: Paragraph.MarshalXML
This commit is contained in:
@@ -571,6 +571,8 @@ func TestMarshalDrawingStructure(t *testing.T) {
|
||||
|
||||
para2 := w.AddParagraph()
|
||||
para2.AddText("test font size and color").Size(22).Color("ff0000")
|
||||
para2.AddText("test font size and color").Size(22).Color("ff0000")
|
||||
para2.AddText("test font size and color").Size(22).Color("ff0000")
|
||||
|
||||
nextPara := w.AddParagraph()
|
||||
nextPara.AddLink("google", `http://google.com`)
|
||||
|
||||
Reference in New Issue
Block a user