9d7573ed9c
fix unused imports linter warnings
2017-03-10 16:09:21 +01:00
35ddda444a
rename paragraph#createRun to paragraph#createTextRun
2017-03-10 14:44:25 +01:00
8d11ec3422
add paragraph.createRun method
2017-03-10 14:36:16 +01:00
ea647d84df
add document.createParagraph method
2017-03-10 14:31:21 +01:00
62911d6e44
make XmlAttributeComponent into a generic class
...
This change brings increased type safety to uses of
XmlAttributeComponent. Now the compiler is checkign for us that the
properties that get passed in to every subclass match the intended
interface, and also that the xmlKeys property -> xml attribute mapping
has all the right keys
2017-03-10 14:19:45 +01:00
7ff838357a
removed empty Attributes from ParagraphProperties
...
I checked the spec, and "w:pPr" does not take any attributes. I also
converted the paragraph tests to use the deep.equal style to get rid
of some more jsonify!
2017-03-10 10:32:40 +01:00
7022b39d2e
linting
2017-03-09 22:56:08 +00:00
5fac776dca
listing stuff
2017-03-09 22:31:55 +00:00
11e918114d
clear out clearVariables! In comes toXml
2017-03-09 20:49:14 +01:00
879b9163a3
Allow XmlComponent to take strings and remove XmlUnit
2017-03-09 20:21:49 +01:00
766bcabcb8
allow Underline to be called with type and color; fix default
2017-03-09 12:42:19 +01:00
f06094c91d
clean up underlineTests linter warnings
2017-03-09 12:36:33 +01:00
3b18b8267a
fix paragraphTests.ts linter warnings
2017-03-09 12:25:59 +01:00
20ec9b679e
added Spacing for paragraphs and ParagraphStyle
2017-03-09 12:16:49 +01:00
18ca93e50a
add paragraph#style method to quickly set the style
2017-03-09 11:11:07 +01:00
2684f16579
move indent.ts over to paragraph and add a #indent method
2017-03-09 09:59:48 +01:00
1a37242a3d
add #font method to Run
2017-03-08 20:47:36 +01:00
81e0d56918
fix linter warnings in runTest.ts
2017-03-08 20:47:35 +01:00
237be76d33
move run-fonts to docx/run and add a test
2017-03-08 20:47:35 +01:00
0e9532d835
added #setNumbering method to paragraph
2017-03-08 18:23:00 +01:00
52c4e3cabd
allow NumberProperties to specify custom id/level
...
This change allows callers to create custom numbering styles and
attach them to paragraphs
2017-03-08 16:20:44 +01: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
078196c6d6
wrote lots of tests
2016-07-18 19:17:19 +01:00
d23583f9b5
break tests
2016-07-18 18:49:11 +01:00
81e7d01556
unordered list tests
2016-07-17 16:28:54 +01:00
f4bc0613a6
page break tests
2016-07-17 16:18:20 +01:00
016cffd66c
added new tests for xml components
2016-07-17 16:03:31 +01:00
f8cf0431c0
wrote tab stop tests
2016-07-15 18:50:54 +01:00
8752c63345
moved test into correct location
2016-07-13 18:49:32 +01:00
4ffedc7756
wrote tests for underlines
2016-07-13 18:49:02 +01:00
adb4e933ef
added different types of underline
2016-07-13 00:59:53 +01:00
54b2c16d7a
added run tests
2016-07-12 08:46:26 +01:00
8ecb8ed8f2
rearranged test locations
2016-07-01 22:09:55 +01:00