Updated demos

This commit is contained in:
Dolan
2017-12-19 21:49:44 +00:00
parent cc67a83ce8
commit 49fc28d86c
4 changed files with 19 additions and 21 deletions

View File

@ -1,6 +1,6 @@
const docx = require('../build');
var doc = new docx.Document();
var doc = new docx.File();
const table = doc.createTable(4, 4);
table.getCell(2, 2).addContent(new docx.Paragraph('Hello'));