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
Maximilian Zauner
ddb34e6a46
feat(textRun): implemented footnote references on the text run element
2019-10-18 13:33:47 +02:00
Seiya
bfbe59cb84
table cell width test
2019-10-12 03:14:25 +03:00
Seiya
06abde2425
fix set table cell width
2019-10-12 02:52:30 +03:00
Dolan
db59474f1e
Remove unused method
2019-10-10 21:10:03 +01:00
Dolan
1d5e806ff4
Add character style tests
2019-10-10 21:03:38 +01:00
Dolan
bf4885c7cf
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-styles-and-tab-stop
2019-10-10 01:58:13 +01:00
Dolan
2bb7e08ade
Remove unnecessary method
2019-10-10 01:19:55 +01:00
Dolan
40d1a3a7c2
Multiple tab stops
2019-10-09 20:56:31 +01:00
Dolan
0d4c7a5fc0
Update documentation
2019-10-09 02:03:39 +01:00
James Montalvo
a37c9d8f2f
Revert "fix: try to remove unnecessary paragraph", which caused #418
...
This reverts commit cb74868247
.
2019-10-03 22:12:23 -05:00
Dolan
10ab3c70bf
Add back default styles
2019-10-04 02:37:22 +01:00
Dolan
591b2f4e04
Declarative styles
2019-10-04 01:20:41 +01:00
Dolan
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
Dolan
33549d5ec3
Merge pull request #413 from jamesmontalvo3/master
...
Add SymbolRun to allow adding symbols inline
2019-10-02 21:41:24 +01:00
Dolan
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
Max Lay
d2a0baa221
Fix table of contents \t flag
2019-10-02 14:49:55 +13:00
James Montalvo
ad62f5459b
Export RunFonts to be able to pass to Level.addRunProperty()
2019-10-01 15:23:01 -05:00
James Montalvo
dfb910defb
Add SymbolRun to allow adding symbols inline
2019-10-01 12:29:07 -05:00
Dolan
04b6d8e54a
Declarative hyperlinks, bookmarks, tab stops and page breaks
2019-09-30 22:56:21 +01:00
Dolan
172c333357
Add tests and clean up code
2019-09-29 04:17:21 +01:00
Dolan
c5eb3d5670
Add addMargin test
2019-09-26 02:24:43 +01:00
Dolan
44b95f2f15
Add shading test
2019-09-26 02:14:52 +01:00
Dolan
bd888219fc
Amend table documentation
2019-09-26 02:03:17 +01:00
Dolan Miu
b2de74a0e6
Fix tests
2019-09-25 01:09:53 +01:00
Dolan Miu
7aa4134e2b
Refactor row merging to table level
2019-09-25 00:57:24 +01:00
Dolan Miu
cc36ea7542
Optimise formatting to not over-format the same files
2019-09-22 20:45:24 +01:00
Dolan Miu
c11af71ed7
Add test such that it only should call prep once
2019-09-22 19:09:34 +01:00
Dolan Miu
a9d4ebc898
Add declarative column merge
2019-09-22 02:39:38 +01:00
Dolan
418adca9f3
Declarative tables
2019-09-13 00:51:20 +01:00
bokuweb
cb74868247
fix: try to remove unnecessary paragraph
2019-08-29 20:52:05 +09:00
Dolan
4f8d435e16
Add Math Summation
2019-08-20 20:40:40 +01:00
Dolan
5ecdb48d43
Stop unnecessary casting
2019-08-15 00:48:36 +01:00
Dolan
a1b9be453b
Add math run and fraction
2019-08-15 00:47:55 +01:00
Forman
49e85275c3
Fix tests
2019-08-13 10:53:29 +03:00
Forman
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
Forman
a9fc40dad4
Add total number of pages in a section
2019-08-09 11:56:22 +03:00
François Pirsch
b609a17362
Update packer.ts
2019-08-09 09:41:58 +02:00
Dolan
4b49fdbf8e
Update packer.ts
2019-08-09 00:19:44 +01:00
François Pirsch
fd52c8cf47
Enable zip compression
2019-08-08 16:40:16 +02:00
Dolan
9fdd07e7fe
Fix tests
2019-08-07 22:27:44 +01:00
Dolan
d8b60d82f3
Turn Packer static
2019-08-07 22:12:14 +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