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
126 stars 18 forks source link

Document-level defaults #32

Open lordofscripts opened 5 months ago

lordofscripts commented 5 months ago
fumiama commented 3 months ago

Is the default page size LETTER?

It is A4.

What's the default font?

See https://github.com/fumiama/go-docx/blob/master/xml/default/word/fontTable.xml

Is there a way to specify the document's default font size ...

Now unavailable.

How can I create styles ...

Change the template to your custom one. The format is like xml/default