1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-11 02:50:27 +08:00

feat: 增加page margin和number (#48)

This commit is contained in:
Rodrigo Stewart
2024-12-31 23:30:56 +08:00
committed by GitHub
parent a751efdffa
commit 9f8f327c74
4 changed files with 264 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ type ParagraphProperties struct {
XMLName xml.Name `xml:"w:pPr,omitempty"`
Tabs *Tabs
Spacing *Spacing
NumProperties *NumProperties
Ind *Ind
Justification *Justification
Shade *Shade