Commit Graph

41 Commits

Author SHA1 Message Date
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
bd888219fc Amend table documentation 2019-09-26 02:03:17 +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
418adca9f3 Declarative tables 2019-09-13 00:51:20 +01:00
3ef8f5311d Make fixed layout declaritive 2019-06-25 20:57:46 +01:00
29f890918c Fix spelling of "margin" 2019-04-18 13:55:18 +10:00
e67fd9cb2b Add tests and margain 2019-03-18 23:50:21 +00:00
2cb7d44a77 Work on new table API 2019-03-13 02:29:11 +00:00
f3ba11b21c Improving table api 2019-03-08 01:09:21 +00:00
1486d3de56 Improve documentation 2019-03-07 01:01:01 +00:00
efd89f24e6 Add table column and vertical merging 2019-03-04 22:50:04 +00:00
918faf59c3 Merge pull request #273 from dolanmiu/feat/table-merge-fix
Add higher width for GridCol to fix merging cells
2019-02-26 21:53:14 +00:00
416a239708 Add higher width for grid col to fix merging 2019-02-26 21:38:54 +00:00
e19890e27a Breaking Change. Swap arguments around and make default WidthType 2018-11-15 03:00:26 +00:00
f7d18bfead Tidied up table components 2018-10-23 23:44:50 +01:00
4633592711 Improve API 2018-10-23 20:03:29 +01:00
54697ab6b1 Created float positioning for tables 2018-10-23 09:08:43 -02:00
1eed844b9a Merge pull request #179 from dolanmiu/feat/import-dotx
Feat/import dotx
2018-10-23 00:47:18 +01:00
9f0b2f7074 Improve API 2018-10-15 21:54:33 +01:00
f2b50478bf Fix tests and use proper types for disregarding XMLComponent 2018-09-20 00:41:57 +01:00
11ce9a5206 Add horizontal span 2018-09-12 21:01:52 +01:00
fe2032a3d4 change demos to typescript and WidthType disparity 2018-08-23 01:05:26 +01:00
410080a8a3 Fix tests 2018-08-21 19:27:07 +01:00
e9aecfac1c Updated lint rules 2018-08-07 01:38:15 +01:00
12c8cb93f6 Clean up API 2018-08-07 01:25:28 +01:00
efe7d594b0 Add accessor to getter and setters 2018-08-03 02:29:58 +01:00
817356f2a8 Merge pull request #107 from ydfzgyj/gridspan
add addGridspan to TableRow
2018-08-02 02:20:30 +01:00
2aca988c0b fix style 2018-07-27 17:26:23 +08:00
fc27e44471 Add addGridSpan to TableRow 2018-07-27 17:25:04 +08:00
60f312446e fix style 2018-07-27 16:59:29 +08:00
807605c0cc Add table cell Shading 2018-07-27 16:55:03 +08:00
573dd753a7 Fix styling and linting 2018-05-06 03:19:36 +01:00
af485c678d Merge branch 'master' of https://github.com/h4buli/docx into feat/h4buli-update
# Conflicts:
#	package.json
#	src/file/numbering/numbering.ts
2018-05-06 02:57:15 +01:00
753287d9d1 extend table and table cell support for cell merge, span, borders ... (#6)
* extend table and table cell support for cell merge, span, borders ...

* added tests for table cell borders and table cell width, renamed some variables, added jsdoc
2018-05-04 15:56:28 +02:00
dc136daeab tables: add option to pass column size when creating a table
- add optionto the XmlComponent to `delete`/skip elements when exporting to xml
2018-04-26 14:16:02 +02:00
a954c69458 Fix tests 2018-03-22 23:04:46 +00:00
ee958dc351 Fix exported type definitions 2018-02-02 01:56:08 +00:00
079334f71b Make fields readonly 2018-01-29 01:55:25 +00:00
eb71fc20e6 Use absolute path rather than silly relative path 2017-12-30 20:25:16 +00:00
2358139a6b Change docx folder to more appropriate "file" folder 2017-12-20 01:03:20 +00:00