mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-07 08:40:25 +08:00
add w:u w:i w:b w:highlight
This commit is contained in:
@@ -25,6 +25,11 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
// Tab is the literal tab
|
||||
type Tab struct {
|
||||
XMLName xml.Name `xml:"w:tab,omitempty"`
|
||||
}
|
||||
|
||||
// Text object contains the actual text
|
||||
type Text struct {
|
||||
XMLName xml.Name `xml:"w:t,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user