fumiama / go-docx

One of the most functional libraries to partially read and write .docx files (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) in Go.
GNU Affero General Public License v3.0
109 stars 14 forks source link

不支持删除线 #5

Closed yangge2333 closed 1 year ago

yangge2333 commented 1 year ago
子元素会被跳过 可以在RunProperties加一个Strike成员 并在structrun.go:300加一个case "strike"