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
Dolan
212adbbffb
Add workaround for loading
2020-01-16 02:23:17 +00:00
Dolan
2ee918b845
Add type and node type definition exports
2020-01-11 19:16:36 +00:00
Dolan
db7c4da609
Add ability to add multiple text runs to a bookmark
2020-01-01 22:54:42 +00:00
Dolan
9c11653313
Multiple paragraphs in footnotes
2020-01-01 20:22:42 +00:00
Dolan Miu
f8da2c311b
Merge branch 'master' of github.com:dolanmiu/docx into feat/right-indent
2019-12-27 01:37:37 +00:00
Dolan Miu
f6bcaef5b5
Fix test
2019-12-27 01:29:15 +00:00
Dolan Miu
1a9e71bfa1
Add children and section tests for File
2019-12-27 01:21:19 +00:00
Dolan
3591e11637
Add hyperlink cache test
2019-12-24 16:31:35 +00:00
Dolan
47533cf4e2
Bookmark tests
2019-12-24 03:39:55 +00:00
Dolan
de03f19b46
Remove unused code and improve coverage
2019-12-24 00:44:15 +00:00
Dolan Miu
b83d2c388f
Make Bookmark declarative
2019-12-21 03:59:40 +00:00
Dolan Miu
3fdbca939e
Make internal hyperlink declarative
2019-12-21 03:31:09 +00:00
Dolan
c68dc8c52a
Make hyperlinks declarative
2019-12-18 21:11:15 +00:00
mustapelto
96471ecb45
Fix for empty first paragraph
...
If there is only one section, remove the extraneous empty paragraph during XML creation.
2019-12-15 22:56:24 +02:00
Max Lay
b4cce534a5
Test contextual spacing
2019-12-12 11:44:00 +13:00
Max Lay
e0698554ad
Fix style linting error
2019-12-11 15:21:50 +13:00
Max Lay
1649d2a0fa
Allow contextual spacing to be specified as an argument to paragraph style
2019-12-11 15:10:46 +13:00
Dolan
2bece0bb61
Make create footnote declarative
2019-12-03 23:04:48 +00:00
Dolan
2b0953bb19
Add right indent
2019-12-02 23:13:26 +00:00
Dolan Miu
6db37eb4fb
Overlap tables
2019-11-24 03:22:50 +00:00
Dolan Miu
8bdbd1de39
Alignment of tables
2019-11-24 01:22:17 +00:00
Dolan
b37aefdc8d
Correctly exporting methods
2019-11-23 02:26:59 +00:00
Dolan
7dfb016faa
Make tab and page numbers declarative
2019-11-21 01:02:46 +00:00
Dolan
bd1f5898a8
Add tests
2019-11-19 22:06:10 +00:00
Dolan
da9e6d6664
Add table borders
2019-11-18 01:04:31 +00:00
Dolan
e9d3853d93
Merge pull request #448 from Sraleik/master
...
fix hyperlink id
2019-11-12 00:48:21 +00:00
Dolan
5a9d6120a5
Merge pull request #447 from dolanmiu/feat/declaritive-numbering
...
Declarative numbering
2019-11-08 10:53:25 +00:00
Nicolas Rotier
e8410ff692
fix lint
2019-11-08 11:22:27 +01:00
Nicolas Rotier
3427d220c7
fix hyperlink id
2019-11-08 11:01:26 +01:00
Dolan
643e3c2f84
Finish making numbering declarative
2019-11-08 03:11:19 +00:00
Dolan
9b40b5e55e
Add work for custom level id
2019-11-06 20:54:39 +00:00
Dolan Miu
a622c210ef
Progress on declaritive numbering
2019-11-04 20:19:09 +00:00
Dolan Miu
9aab68a8f8
Merge branch 'master' into feat/math
...
# Conflicts:
# src/file/paragraph/index.ts
# src/file/paragraph/paragraph.ts
2019-11-01 02:43:14 +00:00
Dolan
c1dd421b27
Merge pull request #443 from alex-bogomolov/master
...
Add ability to vertically align content of section
2019-11-01 02:43:12 +00:00
Dolan
8eff6bd0cf
Declarative numbering work
2019-11-01 01:57:01 +00:00
alexbogomolov
8566c64eab
improve coverage
2019-10-31 17:01:17 +02:00
alexbogomolov
afd468277e
refactor code
2019-10-31 13:54:53 +02:00
Matt Loar
c93b74661b
Fix linting error
2019-10-30 08:59:29 -05:00
Matt Loar
08ff092638
Allow image reuse
2019-10-29 21:44:04 -05:00
alexbogomolov
2276572902
add ability to vertically align content of section
2019-10-29 12:55:15 +02:00
ramonmata
4ca44d335d
Adds setStyle to spec
2019-10-21 13:09:44 -05:00
ramonmata
358d578cd7
Moves setStyle to be the first set property
...
This allows other settings as width to be overriden
2019-10-21 13:09:04 -05:00
ramonmata
c61d24d8d4
Allows user to specify style id for Tables
...
Allows user to specify the style Id which will be added in the form of:
<w:tblStyle w:val="TableGrid"/>
As specified in table Structure in http://officeopenxml.com/WPtable.php
2019-10-21 11:40:05 -05:00
Maximilian Zauner
c3c29bb119
fix(test): added unit test for TextRun
2019-10-18 14:09:33 +02:00