Commit Graph

199 Commits

Author SHA1 Message Date
c68dc8c52a Make hyperlinks declarative 2019-12-18 21:11:15 +00:00
2bece0bb61 Make create footnote declarative 2019-12-03 23:04:48 +00:00
6db37eb4fb Overlap tables 2019-11-24 03:22:50 +00:00
8bdbd1de39 Alignment of tables 2019-11-24 01:22:17 +00:00
1bdc93ef59 Update numbering demo to add more numbering levels 2019-11-23 23:22:02 +00:00
c12101fbc6 Add decimal to numbering demo 2019-11-23 21:06:15 +00:00
b37aefdc8d Correctly exporting methods 2019-11-23 02:26:59 +00:00
bf1d10e893 Fix demos 2019-11-21 01:12:32 +00:00
7dfb016faa Make tab and page numbers declarative 2019-11-21 01:02:46 +00:00
da9e6d6664 Add table borders 2019-11-18 01:04:31 +00:00
5a9d6120a5 Merge pull request #447 from dolanmiu/feat/declaritive-numbering
Declarative numbering
2019-11-08 10:53:25 +00:00
643e3c2f84 Finish making numbering declarative 2019-11-08 03:11:19 +00:00
afd468277e refactor code 2019-10-31 13:54:53 +02:00
2276572902 add ability to vertically align content of section 2019-10-29 12:55:15 +02:00
ddb34e6a46 feat(textRun): implemented footnote references on the text run element 2019-10-18 13:33:47 +02:00
75cdae1473 Put docx in a seperate namespace in the browser version rather than the global namespace 2019-10-12 22:16:36 +01:00
50911fff57 Add color to example 2019-10-12 21:42:10 +01:00
1d5e806ff4 Add character style tests 2019-10-10 21:03:38 +01:00
3b289be5ce Fix demo 2019-10-10 01:25:37 +01:00
b571a7550f Fix demo 2019-10-10 01:18:20 +01:00
721de30587 Fix demos 2019-10-10 01:08:01 +01:00
f16126e948 Fix tests 2019-10-09 21:19:41 +01:00
40d1a3a7c2 Multiple tab stops 2019-10-09 20:56:31 +01:00
10ab3c70bf Add back default styles 2019-10-04 02:37:22 +01:00
591b2f4e04 Declarative styles 2019-10-04 01:20:41 +01:00
04b6d8e54a Declarative hyperlinks, bookmarks, tab stops and page breaks 2019-09-30 22:56:21 +01:00
b43ed12c84 Fix tests 2019-09-29 04:38:07 +01:00
7aa4134e2b Refactor row merging to table level 2019-09-25 00:57:24 +01:00
a9d4ebc898 Add declarative column merge 2019-09-22 02:39:38 +01:00
f88a309d55 Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-tables 2019-09-13 00:52:26 +01:00
418adca9f3 Declarative tables 2019-09-13 00:51:20 +01:00
99718784f1 Fix: probable copy/paste error
Fix the argument to "left:" which should likely be 2160
2019-08-30 09:29:45 -04:00
2abff6991f Rename demo 2019-08-14 14:13:28 +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
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
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
fa710d1ba6 Highlighting 2019-08-06 11:13:43 +03:00
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +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
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
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
1dfc27ba08 Multiple columns in a section 2019-06-21 01:22:27 +05:30