5155cdaf45
unify Border type
2021-05-24 05:39:26 +03:00
496fcb55fa
unify Shading; breaking change: Paragraph/Run shading option key type changed to val, and shadow alias removed
2021-05-24 05:39:26 +03:00
2611e0c74f
update table-row-properties, table-cell-properties, table-cell-borders to declarative style
2021-05-24 05:39:26 +03:00
30912e7aaf
Fix ordering of elements in table-cell-borders and section-properties
2021-05-20 02:18:17 +03:00
d0a675fde6
Fix ordering of elements in table, table-cell, table-properties, table-cell-properties, table-cell-margin
2021-05-20 01:03:09 +03:00
bc6644be0b
#842 Move table styles to the top
2021-03-22 05:54:48 +00:00
a3febae8a3
Inline single use interfaces
2021-03-15 00:11:39 +00:00
566ac03f9a
Use context in prep xml
2021-03-11 01:06:55 +00:00
283c42cb55
Remove unused method
2021-03-07 21:53:16 +00:00
0ec3b64ad7
Add tests
2021-03-07 21:45:59 +00:00
b972f1789e
Fix tests
2021-03-07 21:43:30 +00:00
90495d08a6
Merge branch 'master' into add-table-option-styleId
...
# Conflicts:
# src/file/table/table.ts
2021-03-07 21:40:42 +00:00
e5da573041
Clean up table with improved demo
2021-03-05 03:03:02 +00:00
2f732e7378
Merge pull request #795 from dolanmiu/feat/table-work
...
Visual Right to Left Table
2021-03-04 02:17:50 +00:00
31269c85d2
Merge pull request #565 from SoapyD/height_branch
...
table-row height correction
2021-03-04 02:13:32 +00:00
2aa93e6105
#751 Add bidi visual - Visual Right to Left
2021-03-04 02:02:28 +00:00
a026e5bd1f
Make table internals declarative
2021-03-04 01:42:58 +00:00
c6e9696be0
#532 Make hyperlinks work on the Header and Footer
2021-03-01 03:28:35 +00:00
d6cce4ae15
Adding TableBorders.NONE convenience object
2020-12-22 23:42:02 +00:00
18a1677588
Add documentation reference
2020-10-24 21:38:20 +01:00
d18cfbc26f
Update tslint to v6
2020-08-01 17:58:16 +01:00
4f6a9f734c
Update prettier
2020-08-01 17:40:57 +01:00
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
40dc90e585
:fix: insert the continue cell properly
2020-07-08 12:32:01 +08:00
0de302d192
:typo: update comments
2020-07-08 11:26:24 +08:00
80bab95f6c
:fix: rowSpan
can't work when column index out of range
2020-07-08 10:55:15 +08:00
057f41e355
:test: more test cases
2020-06-22 12:34:08 +08:00
8c9b61b37a
:fix: handle rowSpan
by convert between the virtual column index and the root index
2020-06-22 12:25:51 +08:00
11e54b3e2c
:fix: handle cell that has both columnSpan
and rowSpan
2020-06-20 21:36:35 +08:00
fa7cb0bef1
:test: add test case for columnSpan
and rowSpan
2020-06-20 21:01:23 +08:00
3977c8ab3b
:fix: rowSpan
continue cell should has the same border to the first row cell
2020-06-20 20:20:22 +08:00
994df8531b
:fix: rowSpan
does not work correctly
2020-06-20 19:47:46 +08:00
b4f1c4dd6a
Increase readability for enums
2020-05-13 02:51:47 +01:00
25a7ce3742
adds textDirection to table cells
2020-05-10 10:36:25 -07:00
c68dc8c52a
Make hyperlinks declarative
2019-12-18 21:11:15 +00:00
6db37eb4fb
Overlap tables
2019-11-24 03:22:50 +00:00
8bdbd1de39
Alignment of tables
2019-11-24 01:22:17 +00:00
bd1f5898a8
Add tests
2019-11-19 22:06:10 +00:00
da9e6d6664
Add table borders
2019-11-18 01:04:31 +00: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
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
172c333357
Add tests and clean up code
2019-09-29 04:17:21 +01:00
c5eb3d5670
Add addMargin test
2019-09-26 02:24:43 +01:00
44b95f2f15
Add shading test
2019-09-26 02:14:52 +01:00
bd888219fc
Amend table documentation
2019-09-26 02:03:17 +01:00
b2de74a0e6
Fix tests
2019-09-25 01:09:53 +01:00
7aa4134e2b
Refactor row merging to table level
2019-09-25 00:57:24 +01:00