418adca9f3
Declarative tables
2019-09-13 00:51:20 +01:00
cb74868247
fix: try to remove unnecessary paragraph
2019-08-29 20:52:05 +09:00
4f8d435e16
Add Math Summation
2019-08-20 20:40:40 +01:00
5ecdb48d43
Stop unnecessary casting
2019-08-15 00:48:36 +01:00
a1b9be453b
Add math run and fraction
2019-08-15 00:47:55 +01:00
49e85275c3
Fix tests
2019-08-13 10:53:29 +03:00
96efdf8b1a
Merge branch 'master' of github.com:dolanmiu/docx into Numbering
...
# Conflicts:
# src/file/paragraph/run/run.ts
2019-08-13 10:40:49 +03:00
a9fc40dad4
Add total number of pages in a section
2019-08-09 11:56:22 +03:00
b609a17362
Update packer.ts
2019-08-09 09:41:58 +02:00
4b49fdbf8e
Update packer.ts
2019-08-09 00:19:44 +01:00
fd52c8cf47
Enable zip compression
2019-08-08 16:40:16 +02:00
9fdd07e7fe
Fix tests
2019-08-07 22:27:44 +01:00
d8b60d82f3
Turn Packer static
2019-08-07 22:12:14 +01:00
b741db3050
Using a better demo naming system
2019-08-06 23:08:21 +01:00
82fef4c2b1
Fix tests
2019-08-06 22:27:16 +01:00
e45e7ffe06
Consolidate highlight and shadow API
2019-08-06 21:37:33 +01:00
099eb1d202
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive
...
# Conflicts:
# src/file/paragraph/run/run.ts
2019-08-06 21:06:06 +01:00
2a5e3729e0
Merge pull request #371 from mforman1/Highlighting
...
Add Highlight and Shading to the properties
2019-08-06 12:47:34 +01:00
ebc7dca949
Fix tests
2019-08-06 13:39:05 +03:00
fa710d1ba6
Highlighting
2019-08-06 11:13:43 +03:00
c2c05b0140
Adding some documentation
2019-08-03 13:42:24 +01:00
6f6f1e249c
Removed artifact left over from (likely) the patch program
2019-08-01 11:12:07 -04:00
9938a8bcc0
Fix linting
2019-07-31 08:48:25 +01:00
ac5b15d0e3
Mandatory Sections
2019-07-31 08:48:02 +01:00
ec5a678f05
fix: multiple def of header/footer attributes
2019-07-22 17:36:13 +02:00
bf80311ef7
Add new section method
2019-07-07 20:23:42 +01:00
58346a8937
Section WIP
2019-07-07 03:54:29 +01:00
f33d6da65a
Merge branch 'master' into feat/declaritive
...
# Conflicts:
# src/file/paragraph/formatting/border.spec.ts
# src/file/paragraph/links/outline-level.spec.ts
# src/file/paragraph/run/run.spec.ts
2019-07-02 01:33:41 +01:00
cbbc4a80e7
FIx up API for column count
2019-06-28 01:57:43 +01:00
1f51fd7a31
Remove usage of Utility
2019-06-27 01:35:58 +01:00
120d97bc64
Remove Utility
2019-06-27 01:10:39 +01:00
a531713214
Remove usage of Utility class
2019-06-26 22:12:18 +01:00
564a055316
Remove jsonify method
2019-06-26 02:11:43 +01:00
6c29c4fb1f
Merge pull request #343 from markcharyk/no-pretty-xml
...
Make prettified XML a Packer-wide configurable option
2019-06-26 00:44:33 +01:00
edbb4ce9f2
Merge branch 'master' into feat/declaritive
2019-06-26 00:38:21 +01:00
e2574ec23b
Turn methods into "add()"
2019-06-25 23:17:56 +01:00
3ef8f5311d
Make fixed layout declaritive
2019-06-25 20:57:46 +01:00
552580bc47
Merge pull request #340 from filippomuscolino/feat/row-height
...
Add table row height
2019-06-25 20:18:17 +01:00
b08354494c
Improve tests
2019-06-25 14:48:45 +02:00
f54b9a197d
Fix: add missing exports
2019-06-25 14:35:35 +02:00
2d4412ce51
Add table row height
2019-06-25 12:02:53 +02:00
b566b0f765
Simplify multiple addXXX methods into a single add method for Footer
2019-06-25 01:58:09 +01:00
384d144a85
Simplify multiple addXXX methods into a single add method
2019-06-25 01:52:02 +01:00
c97d15cb9f
Remove create table helper function
2019-06-25 01:21:28 +01:00
dfe986331d
Make media return a picture run instead
2019-06-23 22:36:01 +01:00
72c32378c5
Make prettified XML a Packer-wide configurable option
...
The xml() function was being passed a flag for pretty printing the XML in word/document.xml. This was causing some parsers (not Word itself) to break when they didn't expect whitepsace. It was also causing some files to be prettified and others to be ugly. This ensures consistent prettification.
2019-06-21 13:53:01 -07:00
1dfc27ba08
Multiple columns in a section
2019-06-21 01:22:27 +05:30
7bc00926eb
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive
2019-06-17 01:52:46 +01:00
fb65bb4207
Turn Run into a declaritive API
2019-06-17 01:51:57 +01:00
cb42c74a8d
Make Paragraph declaritive
2019-06-12 01:03:36 +01:00