Commit Graph

7 Commits

Author SHA1 Message Date
b1c8b2beb8 add xml:space="preserve" to text runs
In MS Word 2015 (and possibly others), leading and trailing spaces are
ignored in text runs. This means that calling TextRun with
leading/trailing space would result in a document that didn't include
those spaces. The fix here (per http://officeopenxml.com/WPtext.php)
is to include an extra attribute on the "w:t" element that forces word
to recognize those spaces.
2017-04-14 11:08:19 +02:00
70f4613e1b appease the linter 2017-03-11 10:30:25 +01:00
210b97d00b added document#createTable 2017-03-11 09:02:36 +01:00
ea647d84df add document.createParagraph method 2017-03-10 14:31:21 +01:00
5fac776dca listing stuff 2017-03-09 22:31:55 +00:00
9c3023019f huge clean up of project. Now uses @types, and removed committed typings.
Formatted the imports too
2017-03-07 22:15:53 +00:00
8ecb8ed8f2 rearranged test locations 2016-07-01 22:09:55 +01:00