new Docx()
- Source:
- utils/Docx.js
Methods
- 
    addElement(elt)
- 
    
    Add an element Parameters:Name Type Description eltElement - Source:
- utils/Docx.js
 
- 
    addParagraph(content)
- 
    
    Add a new paragraph Parameters:Name Type Description contentstring - Source:
- utils/Docx.js
 Returns:- Type
- Paragraph
 
- 
    getParagraph()
- 
    
    Get current paragraph - Source:
- utils/Docx.js
 Returns:- Type
- Paragraph
 
- 
    toBlob()
- 
    
    Convert to blob - Source:
- utils/Docx.js
 Returns:- Type
- Promise