mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-10 02:00:24 +08:00
feat: add_pagabreaks (#21)
This commit is contained in:
@@ -88,9 +88,10 @@ func (t *Tab) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// BarterRabbet is <br>
|
||||
// BarterRabbet is <br> , if with type=page , add pagebreaks
|
||||
type BarterRabbet struct {
|
||||
XMLName xml.Name `xml:"w:br,omitempty"`
|
||||
Type string `xml:"w:type,attr,omitempty"`
|
||||
}
|
||||
|
||||
// Text object contains the actual text
|
||||
|
||||
Reference in New Issue
Block a user