Commit Graph

902 Commits

Author SHA1 Message Date
Dolan Miu
b2fea471f1 Add workaround to include file in build 2020-11-15 23:03:44 +00:00
Dolan
4061e31400 Merge pull request #679 from dolanmiu/feat/re-name
Re-name paragraph styles
2020-11-06 01:47:49 +00:00
Dolan
74db67689f Re-name paragraph styles 2020-11-06 00:27:57 +00:00
Dolan
c7ea26e422 Add tests 2020-11-04 01:28:46 +00:00
Dolan
34b2029efe Change API of track revisions to declarative 2020-11-04 00:00:16 +00:00
Dolan
610b2388bb Fix linting 2020-10-29 00:39:45 +00:00
Dolan
60eb686d05 Add shading to paragraph 2020-10-28 01:05:31 +00:00
Dolan
ed52ef358b Background color for document 2020-10-27 01:54:40 +00:00
Dolan
18a1677588 Add documentation reference 2020-10-24 21:38:20 +01:00
Dolan Miu
5be195fd91 Turn math component into array 2020-10-13 02:06:27 +01:00
Dolan Miu
102d6aa55c Add prepForXml test 2020-10-12 22:48:38 +01:00
Dolan Miu
daea8d2868 Make fractions take math component 2020-10-12 22:13:03 +01:00
Dolan
700a74fd4c More math components 2020-10-10 13:41:26 +01:00
Dolan
32a84a5ad0 Merge branch 'master' into feat/math 2020-10-08 10:25:45 +01:00
Thomas Jansen
cae6405d9a improved signature for deleted text runs, added demo 54 and added documentation for change tracking 2020-10-07 11:44:23 +02:00
Thomas Jansen
065c17de74 style fixes 2020-10-06 11:05:52 +02:00
Thomas Jansen
09db2c528a added InsertedTextRun and DeletedTextRun for Revision Tracking 2020-10-06 11:05:52 +02:00
Thomas Jansen
2adfe532dd add more unit tests for trackRevision settings 2020-10-06 11:05:52 +02:00
Thomas Jansen
6cbe40cecb add settings option to add trackRevisions 2020-10-06 11:05:52 +02:00
Max Lay
fc87a73259 Remove unnecessary properties getter 2020-08-04 09:15:20 +12:00
Max Lay
ec4c4fb5c4 Run updated prettier 2020-08-04 08:50:56 +12:00
Max Lay
870c222dd5 Allow custom text properties to be included 2020-08-03 17:08:04 +12:00
Dolan Miu
d18cfbc26f Update tslint to v6 2020-08-01 17:58:16 +01:00
Dolan Miu
4f6a9f734c Update prettier 2020-08-01 17:40:57 +01:00
haruyama.makoto
f0ad1e9194 feat: Add decimalFullWidth numbering type 2020-07-31 16:36:56 +09:00
SoapyD
6b3d1d5579 modifications make to table-row files to correct table-row height property. Code was previously using height.height ini setHeight but should instead be using value. 2020-07-16 12:37:24 +00:00
wangfengming
3f7ca6bbff :test: document defaults & numbering suffix 2020-07-15 14:11:26 +08:00
wangfengming
36e1c5fe6a :feat: refined defaults 2020-07-15 14:10:37 +08:00
wangfengming
75a03f1576 :test: update test for complex script 2020-07-15 12:46:46 +08:00
wangfengming
437e83ab78 :feat: refine paragraph/run properties options 2020-07-14 15:42:45 +08:00
wangfengming
40dc90e585 :fix: insert the continue cell properly 2020-07-08 12:32:01 +08:00
wangfengming
0de302d192 :typo: update comments 2020-07-08 11:26:24 +08:00
wangfengming
80bab95f6c :fix: rowSpan can't work when column index out of range 2020-07-08 10:55:15 +08:00
wangfengming
057f41e355 :test: more test cases 2020-06-22 12:34:08 +08:00
wangfengming
8c9b61b37a :fix: handle rowSpan by convert between the virtual column index and the root index 2020-06-22 12:25:51 +08:00
wangfengming
11e54b3e2c :fix: handle cell that has both columnSpan and rowSpan 2020-06-20 21:36:35 +08:00
wangfengming
fa7cb0bef1 :test: add test case for columnSpan and rowSpan 2020-06-20 21:01:23 +08:00
wangfengming
3977c8ab3b :fix: rowSpan continue cell should has the same border to the first row cell 2020-06-20 20:20:22 +08:00
wangfengming
e8f92efe05 Merge pull request #2 from dolanmiu/master
merge from origin
2020-06-20 20:05:20 +08:00
wangfengming
994df8531b :fix: rowSpan does not work correctly 2020-06-20 19:47:46 +08:00
wangfengming
8a3c8d4664 :test: Font for eastAsia 2020-06-07 12:38:31 +08:00
wangfengming
fdfce79e87 :feat: Font for eastAsia 2020-06-07 12:38:03 +08:00
Dolan Miu
d0f53fdd4b Merge branch 'master' of github.com:dolanmiu/docx
# Conflicts:
#	package-lock.json
2020-05-28 18:40:44 +01:00
Dolan Miu
5ae824358c Revert "Update numbering.ts"
This reverts commit 0ebdcc30ed.
2020-05-26 21:06:43 +01:00
wangfengming
120c3a7bbe :feat: support emphasis mark 2020-05-22 12:22:45 +08:00
Dolan
6245635b86 Merge pull request #540 from bschwarz/add-tablecell-textdirection
adds textDirection to table cells
2020-05-13 03:00:20 +01:00
Dolan Miu
b4f1c4dd6a Increase readability for enums 2020-05-13 02:51:47 +01:00
bs595r
25a7ce3742 adds textDirection to table cells 2020-05-10 10:36:25 -07:00
adrielstar
0ebdcc30ed Update numbering.ts 2020-05-07 11:49:42 +02:00
Dolan Miu
5bca7d155f Restart page numbering
Add separator option
2020-02-28 18:44:41 +00:00