Documentation
¶
Index ¶
- type Paragraph
- func (p *Paragraph) AddRun(text string) *run.Run
- func (p *Paragraph) Align(align string) *Paragraph
- func (p *Paragraph) Head(lv int64) *Paragraph
- func (p *Paragraph) IndCustom(ind style.Ind) *Paragraph
- func (p *Paragraph) IndFirst() *Paragraph
- func (p *Paragraph) LineSpce(before, after int) *Paragraph
- func (p *Paragraph) XSpce(x float64) *Paragraph
- type Properties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paragraph ¶
type Paragraph struct {
XMLName xml.Name `xml:"w:p,omitempty"`
Properties *Properties // 样式 w:pPr
Items []interface{}
}
Paragraph <w:p>
type Properties ¶
type Properties struct {
style.ParagraphProperties
RunProperties *run.Properties
}
Properties <w:pPr> 段落样式
Click to show internal directories.
Click to hide internal directories.