Documentation ¶ Index ¶ type Run func (r *Run) SetText(text string) *Run Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Run ¶ type Run struct { XMLName xml.Name `xml:"w:r,omitempty"` Space string `xml:"xml:space,attr,omitempty"` Style *styles.RunProperties `xml:"w:rPr,omitempty"` InstrText string `xml:"w:instrText,omitempty"` Text string `xml:"w:t"` } func (*Run) SetText ¶ func (r *Run) SetText(text string) *Run SetText 设置文本 Source Files ¶ View all Source files run.go Click to show internal directories. Click to hide internal directories.