Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDocxRawText ¶
Types ¶
type Attr ¶
func (*Attr) UnmarshalToken ¶
func (attr *Attr) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type P ¶
func (*P) UnmarshalToken ¶
func (p *P) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type PPr ¶
type PPr struct {
Spacing *Spacing `xml:"w:spacing,omitempty"`
}
func (*PPr) UnmarshalToken ¶
func (ppr *PPr) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type R ¶
func (*R) UnmarshalToken ¶
func (r *R) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type RFonts ¶
type RFonts struct {
Ascii string `xml:"w:ascii,attr"`
HAnsi string `xml:"w:hAnsi,attr"`
EastAsia string `xml:"w:eastAsia,attr"`
}
func (*RFonts) UnmarshalToken ¶
func (rfonts *RFonts) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type Spacing ¶
func (*Spacing) UnmarshalToken ¶
func (spacing *Spacing) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type Sz ¶
type Sz struct {
Val string `xml:"w:val,attr"`
}
func (*Sz) UnmarshalToken ¶
func (sz *Sz) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type Tbl ¶
type Tbl struct {
Rows []*Tr `xml:"tr"`
}
func (*Tbl) UnmarshalToken ¶
func (tbl *Tbl) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type Tc ¶
type Tc struct {
P *P `xml:"p"`
}
func (*Tc) UnmarshalToken ¶
func (tc *Tc) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
type Tr ¶
type Tr struct {
Cells []*Tc `xml:"tc"`
}
func (*Tr) UnmarshalToken ¶
func (tr *Tr) UnmarshalToken(tok *xmltokenizer.Tokenizer, se *xmltokenizer.Token) error
Click to show internal directories.
Click to hide internal directories.