1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00
This commit is contained in:
源文雨
2023-02-23 13:20:31 +08:00
parent 8f87a17722
commit 59cce024f7
5 changed files with 150 additions and 1 deletions

View File

@@ -71,6 +71,11 @@ func (r *Run) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
}
// WTab is the literal tab
type WTab struct {
XMLName xml.Name `xml:"w:tab,omitempty"`
}
// RunProperties encapsulates visual properties of a run
type RunProperties struct {
XMLName xml.Name `xml:"w:rPr,omitempty"`