render Common Form objects in Office Open XML (Microsoft Word .docx
format)
The exported function takes three arguments:
a Common Form
an Array of fill-in-the-blank values
an options Object
The options object must contain:
numbering
property whose value is an abstract numberingIt may contain:
a title
property whose value is a string
an version
property whose value is a string
a hash
property whose value is true
or false
a markFilled
property whose value is true
or false
The function returns a JSZip Object primed with .docx
document data.