fumiama / go-docx

One of the most functional libraries to partially read and write .docx files (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) in Go.
GNU Affero General Public License v3.0
109 stars 14 forks source link

Way to set page margins #27

Open estronnom opened 4 months ago

estronnom commented 4 months ago

Is there any possible way to set page margins (w:pgMar)?

fumiama commented 4 months ago

It's unable now, but can be added by a struct definition like

https://github.com/fumiama/go-docx/blob/23dde4f745af0c07809698456c21e82ca73f1990/structsect.go#L27-L30