Commit Graph

1454 Commits

Author SHA1 Message Date
Dolan
629e6a5095 Merge pull request #336 from dolanmiu/feat/declaritive
New declaritive API
2019-08-06 23:34:40 +01:00
Dolan
65c5177daf Fix demo paths 2019-08-06 23:28:12 +01:00
Dolan
b741db3050 Using a better demo naming system 2019-08-06 23:08:21 +01:00
Dolan
82fef4c2b1 Fix tests 2019-08-06 22:27:16 +01:00
Dolan
e45e7ffe06 Consolidate highlight and shadow API 2019-08-06 21:37:33 +01:00
Dolan
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
Dolan Miu
9da9f31c77 Change text documentation 2019-08-06 18:27:00 +01:00
Dolan Miu
820e5edc1e Using const rather than var and let, and using ts rather than js examples 2019-08-06 17:51:13 +01:00
Dolan Miu
0f1f398e6d Amended images documentation 2019-08-06 17:48:07 +01:00
Dolan Miu
b5503e7b9b Add documentation for AlignmentType 2019-08-06 17:36:05 +01:00
Dolan Miu
5a005365b2 Add more documentation 2019-08-06 17:15:45 +01:00
Dolan
2a5e3729e0 Merge pull request #371 from mforman1/Highlighting
Add Highlight and Shading to the properties
2019-08-06 12:47:34 +01:00
Forman
ebc7dca949 Fix tests 2019-08-06 13:39:05 +03:00
Forman
fa710d1ba6 Highlighting 2019-08-06 11:13:43 +03:00
Dolan Miu
4b19131dbd Add description about sections 2019-08-06 00:52:50 +01:00
Dolan
cb699e17b3 Paragraph documentation 2019-08-05 23:24:43 +01:00
Dolan
c2c05b0140 Adding some documentation 2019-08-03 13:42:24 +01:00
Dolan
3263984f03 Merge pull request #370 from wainstead/master
Removed artifact left over from (likely) the patch program
2019-08-03 13:41:38 +01:00
Steve Wainstead
6f6f1e249c Removed artifact left over from (likely) the patch program 2019-08-01 11:12:07 -04:00
Dolan
6380b2d8f3 Merge pull request #363 from moritz-tr/fix/create-document-from-template
fix: docx generation from template
2019-08-01 14:26:41 +01:00
Dolan Miu
9938a8bcc0 Fix linting 2019-07-31 08:48:25 +01:00
Dolan Miu
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +01:00
moritz-tr
ec5a678f05 fix: multiple def of header/footer attributes 2019-07-22 17:36:13 +02:00
Dolan Miu
bf80311ef7 Add new section method 2019-07-07 20:23:42 +01:00
Dolan
58346a8937 Section WIP 2019-07-07 03:54:29 +01:00
Dolan
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
Dolan
9e8d67c4a9 Version bump 5.0.0-rc4 2019-06-28 01:59:18 +01:00
Dolan
cbbc4a80e7 FIx up API for column count 2019-06-28 01:57:43 +01:00
Dolan
1f51fd7a31 Remove usage of Utility 2019-06-27 01:35:58 +01:00
Dolan
120d97bc64 Remove Utility 2019-06-27 01:10:39 +01:00
Dolan
a531713214 Remove usage of Utility class 2019-06-26 22:12:18 +01:00
Dolan
564a055316 Remove jsonify method 2019-06-26 02:11:43 +01:00
Dolan
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
Dolan
edbb4ce9f2 Merge branch 'master' into feat/declaritive 2019-06-26 00:38:21 +01:00
Dolan
e2574ec23b Turn methods into "add()" 2019-06-25 23:17:56 +01:00
Dolan
3ef8f5311d Make fixed layout declaritive 2019-06-25 20:57:46 +01:00
Dolan
552580bc47 Merge pull request #340 from filippomuscolino/feat/row-height
Add table row height
2019-06-25 20:18:17 +01:00
Dolan
0998d43b8f Merge pull request #341 from filippomuscolino/fix/missing-exports
Fix: add missing exports
2019-06-25 15:38:13 +01:00
fmuscolino
b08354494c Improve tests 2019-06-25 14:48:45 +02:00
fmuscolino
f54b9a197d Fix: add missing exports 2019-06-25 14:35:35 +02:00
fmuscolino
2d4412ce51 Add table row height 2019-06-25 12:02:53 +02:00
Dolan
b566b0f765 Simplify multiple addXXX methods into a single add method for Footer 2019-06-25 01:58:09 +01:00
Dolan
384d144a85 Simplify multiple addXXX methods into a single add method 2019-06-25 01:52:02 +01:00
Dolan
c97d15cb9f Remove create table helper function 2019-06-25 01:21:28 +01:00
Dolan
dfe986331d Make media return a picture run instead 2019-06-23 22:36:01 +01:00
Mark Charyk
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
Dolan
0c79c0ac83 Merge pull request #337 from zahrafali/multiple-columns
Multiple columns in a section
2019-06-21 15:36:33 +01:00
Zahra
1dfc27ba08 Multiple columns in a section 2019-06-21 01:22:27 +05:30
Dolan
427dc86915 Fix demos 2019-06-17 01:54:48 +01:00
Dolan
7bc00926eb Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive 2019-06-17 01:52:46 +01:00