Dolan
4b6d3c3e3c
Write tests
2019-01-16 12:05:21 +01:00
Dolan
14a1d62148
Add Number of pages element
2019-01-16 12:05:21 +01:00
Dolan
ca5f6a56a5
Write tests
2019-01-15 21:40:19 +00:00
filippomuscolino
bf8dfe6604
Fix for prettier
2019-01-15 16:13:20 +01:00
fmuscolino
b0ee0305fb
Add OutlineLevel Paragraph property
2019-01-15 15:39:48 +01:00
Dolan
8f6984580a
Add Number of pages element
2019-01-15 02:09:38 +00:00
Dolan
d19cdcae0c
Rename methods
2019-01-11 01:45:57 +00:00
Dolan
3f652764e9
Merge pull request #234 from dolanmiu/feat/improve-docs
...
Make ImportDotx easier to read
2019-01-11 01:15:42 +00:00
Dolan
d674523139
Fix tests - No longer uses dummy variable
2019-01-11 00:26:16 +00:00
Dolan
db7f27a88c
Add more tests to paragraph
2019-01-11 00:16:25 +00:00
Dolan
677300e34f
Merge pull request #237 from dolanmiu/feat/image-wrap
...
Merge 4.6.0 into master
2019-01-10 23:53:00 +00:00
Dolan
78b310e1dd
Add Add createFirstPageFooter and createEvenPageFooter
2019-01-10 02:36:42 +00:00
Dolan
4541d7c977
Text wrapping and borders for images
2019-01-10 02:10:20 +00:00
Dolan
942c6d028c
Remove unessesary null check
...
Trust the compiler and code
2019-01-09 21:19:57 +00:00
Dolan
abd5ace85c
Merge branch 'master' of https://github.com/dolanmiu/docx into feat/floating-images
...
# Conflicts:
# src/file/drawing/drawing.ts
2019-01-09 02:04:06 +00:00
Dolan
9998ddfcc9
Add createEvenPageHeader method
2019-01-09 01:52:20 +00:00
Dolan
12ed54c9fd
Add floating image support and documentation
2019-01-09 01:16:47 +00:00
Dolan
612c024b1f
Use string style factory
2019-01-07 21:43:04 +00:00
Dolan
12ad545fe8
Write ImportDotx more functionally
2019-01-07 21:41:39 +00:00
Dolan
6d0f6a61d7
Merge pull request #231 from Vivekananda-Athukuri/master
...
Export Num class
2019-01-04 12:06:14 +00:00
Dolan
e3bcad6d3c
Fix missing media in Document Template
2019-01-04 00:11:50 +00:00
Dolan
52b78a583e
Merge pull request #202 from dolanmiu/feat/correct-mine-type
...
Remove async await for Compiler.compile
2019-01-03 10:45:56 +00:00
Dolan
dbfb80e660
Add more tests
2019-01-03 02:36:56 +00:00
Dolan
421f4471de
Merge branch 'master' into feat/improve-docs
...
# Conflicts:
# src/file/footer-wrapper.spec.ts
2019-01-03 02:12:05 +00:00
Dolan
04ea2b2dc9
Add footer tests and improve table documentation
2019-01-03 02:11:04 +00:00
Dolan Miu
b9465b2a20
Add more changes to table API and documentation
2018-12-31 01:55:15 +00:00
Dolan Miu
ab07f2ecbe
Change table methods and document it
2018-12-29 01:57:20 +00:00
Dolan
c70c147afe
Merge pull request #217 from dolanmiu/feat/fix-header-image-bug
...
Feat/fix header image bug
2018-12-28 15:19:44 +00:00
Dolan
8db52212ab
Remove id from media
2018-12-24 16:50:53 +00:00
Dolan
d021a3995e
Sending media data down image
2018-12-21 01:39:20 +00:00
Dolan
1ea347ed21
Clean up
2018-12-18 23:37:21 +00:00
Dolan
0725e54271
Add tests
2018-12-16 01:56:42 +00:00
Dolan
e5bfa99b92
Add correct docx mime type
2018-12-10 19:22:23 +00:00
Dolan
bf18154fcf
Fix style
2018-12-07 15:34:27 +00:00
Dolan
6505119d3b
Merge pull request #205 from dolanmiu/refactor/style-refactor
...
Refactor in Style
2018-12-05 21:09:30 +00:00
Dolan
a1c21d2143
Add space
2018-12-05 19:47:56 +00:00
Dolan
39066fb5f2
Add lifecycles to add image
2018-12-05 00:05:11 +00:00
Dolan Miu
4e671eb512
Breaking change. Make all italic to italics.
2018-11-18 15:22:23 +00:00
Dolan Miu
e19890e27a
Breaking Change. Swap arguments around and make default WidthType
2018-11-15 03:00:26 +00:00
Sergio Mendonça
50e08f198c
Linter ajusts
2018-11-13 11:04:29 -02:00
Sergio Mendonça
7639b60b15
Refactor to separate classes in their specific files an tests improuvements for styles
2018-11-13 11:04:03 -02:00
Dolan
765a9686d8
Remove async await for Compiler.compile
2018-11-12 13:17:53 +00:00
Dolan
ff443aa7c4
Merge pull request #201 from dolanmiu/feat/correct-mine-type
...
Add correct docx mime type
2018-11-12 13:12:54 +00:00
Dolan
28fc328cb3
Add more packer tests
2018-11-12 13:03:17 +00:00
Dolan
083f121683
Add correct docx mime type
2018-11-12 12:32:07 +00:00
Dolan
2f57d3be84
Merge pull request #197 from dolanmiu/bugfix/correct-section-page-num-type
...
Bugfix - Correct default section options
2018-11-11 23:05:20 +00:00
Dolan
7b47dadede
Fix Prettier styling
2018-11-11 22:54:35 +00:00
Sergio Mendonça
5552f9d834
The page number type attribute of the sections was always been created, leading Word to always reset page numbers to zero in new sections.
...
The page number type DECIMAL is already the default in Word, there is no need to force this to be the default option in the default section, like it was.
2018-11-09 09:13:27 -02:00
Vivekananda-Athukuri
d13795696d
Update index.ts
2018-11-09 12:26:23 +05:30
Dolan
7980f14efb
Introduce some functional programming techniques
2018-11-02 02:51:57 +00:00