8eff6bd0cf
Declarative numbering work
2019-11-01 01:57:01 +00:00
8566c64eab
improve coverage
2019-10-31 17:01:17 +02:00
afd468277e
refactor code
2019-10-31 13:54:53 +02:00
ca9c992237
Merge pull request #444 from mloar/master
...
Allow image reuse
2019-10-31 02:10:55 +00:00
c93b74661b
Fix linting error
2019-10-30 08:59:29 -05:00
08ff092638
Allow image reuse
2019-10-29 21:44:04 -05:00
2276572902
add ability to vertically align content of section
2019-10-29 12:55:15 +02:00
43ddeec6e1
Create FUNDING.yml
2019-10-29 01:04:43 +00:00
2100b7b7d2
Updated custom styles
2019-10-24 20:18:52 -05:00
2cf1cce06d
Adds demo to show XML StyleId applied to a table
2019-10-24 13:46:39 -05:00
4ca44d335d
Adds setStyle to spec
2019-10-21 13:09:44 -05:00
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
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
9eaf04f4c7
Merge pull request #436 from zaunermax/master
...
Support footnotes on TextRun elements
2019-10-19 14:46:23 +01:00
c3c29bb119
fix(test): added unit test for TextRun
2019-10-18 14:09:33 +02:00
ddb34e6a46
feat(textRun): implemented footnote references on the text run element
2019-10-18 13:33:47 +02:00
ef3055430b
Merge pull request #428 from dolanmiu/feat/webpack-export
...
Put docx in a seperate namespace in the browser version
2019-10-12 22:37:02 +01: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
860afe8f28
Merge pull request #427 from dolanmiu/feat/package-lock
...
Add lock file
2019-10-12 21:53:07 +01:00
f685dbe0d1
Add lock file
2019-10-12 21:46:18 +01:00
50911fff57
Add color to example
2019-10-12 21:42:10 +01:00
a7064f4728
Merge pull request #424 from seiya-git/master
...
fix set table cell width
2019-10-12 20:11:30 +01:00
564e9600ea
Merge pull request #426 from jamesmontalvo3/nyc14
...
Bump nyc from 13.1.0 to 14.1.1
2019-10-12 18:50:01 +01:00
fcc4202598
Bump nyc from 13.1.0 to 14.1.1
2019-10-12 00:42:54 -05:00
bfbe59cb84
table cell width test
2019-10-12 03:14:25 +03:00
06abde2425
fix set table cell width
2019-10-12 02:52:30 +03:00
75c3c2f985
Version bump
5.0.0-rc7
2019-10-10 21:27:27 +01:00
fefefdd473
Merge pull request #421 from dolanmiu/feat/declaritive-styles-and-tab-stop
...
Declaritive styles and multiple tab stops
2019-10-10 21:26:30 +01:00
db59474f1e
Remove unused method
2019-10-10 21:10:03 +01:00
1d5e806ff4
Add character style tests
2019-10-10 21:03:38 +01:00
bf4885c7cf
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-styles-and-tab-stop
2019-10-10 01:58:13 +01:00
3b289be5ce
Fix demo
2019-10-10 01:25:37 +01:00
2bb7e08ade
Remove unnecessary method
2019-10-10 01:19:55 +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
0d4c7a5fc0
Update documentation
2019-10-09 02:03:39 +01:00
5d401dfb27
Merge pull request #419 from jamesmontalvo3/section-fix
...
Revert "fix: try to remove unnecessary paragraph", which caused #418
2019-10-05 14:16:06 +01:00
a37c9d8f2f
Revert "fix: try to remove unnecessary paragraph", which caused #418
...
This reverts commit cb74868247
.
2019-10-03 22:12:23 -05: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
2536fbe752
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-styles-and-tab-stop
...
# Conflicts:
# src/file/paragraph/paragraph.ts
2019-10-03 20:48:34 +01:00
33549d5ec3
Merge pull request #413 from jamesmontalvo3/master
...
Add SymbolRun to allow adding symbols inline
2019-10-02 21:41:24 +01:00
720c6172e3
Merge pull request #415 from jamesmontalvo3/export-run-fonts
...
Export RunFonts to be able to pass to Level.addRunProperty()
2019-10-02 21:40:40 +01:00
bbad2f5cde
Merge pull request #416 from kalda341/fix-toc-t-flag
...
Fix table of contents \t flag
2019-10-02 21:27:21 +01:00
d2a0baa221
Fix table of contents \t flag
2019-10-02 14:49:55 +13:00
ad62f5459b
Export RunFonts to be able to pass to Level.addRunProperty()
2019-10-01 15:23:01 -05:00
dfb910defb
Add SymbolRun to allow adding symbols inline
2019-10-01 12:29:07 -05:00
04b6d8e54a
Declarative hyperlinks, bookmarks, tab stops and page breaks
2019-09-30 22:56:21 +01:00