f1ac646518
Merge branch 'feature/multiple-sections' of https://github.com/h4buli/docx into feat/multiple-headers
...
# Conflicts:
# src/export/packer/compiler.ts
# src/file/content-types/content-types.ts
# src/file/document/body/section-properties/header-reference/header-reference.ts
# src/file/document/body/section-properties/section-properties.ts
# src/file/file.ts
# src/file/media/media.ts
2018-06-22 22:59:38 +01:00
0b963ec3b8
feature: add support to add mutiple sections to the document inc. headers and footers
...
- write missing tests
2018-06-21 12:03:34 +02:00
369ec9c30b
Set correct ID
2018-06-11 00:50:48 +01:00
c19a2e71b5
Add footnotes as part of export
2018-06-11 00:48:50 +01:00
6085f69c22
Sorting
2018-06-11 00:46:51 +01:00
8cb8d3514a
Add footnotes class
2018-06-11 00:45:21 +01:00
55005b57c6
Fix linting and style errors
2018-06-09 23:49:01 +01:00
80cdaaeb1c
Fix compile error
2018-06-09 23:34:54 +01:00
deccfd7cc9
Add back scale functionality
2018-06-09 23:33:52 +01:00
0f4c2e64f4
Merge branch 'master' of https://github.com/h4buli/docx into feat/h4-update
...
# Conflicts:
# package.json
# src/file/drawing/drawing.ts
# src/file/media/media.ts
# src/file/paragraph/run/picture-run.ts
# src/file/styles/external-styles-factory.ts
# src/file/xml-components/imported-xml-component.ts
2018-06-09 23:29:59 +01:00
97b254ee7b
add support for floating drawings
...
- added need elements and test for them
2018-06-08 16:03:04 +02:00
ac40a40ec0
refactor: move components from /drawing/inline to /drawing
...
- they will be used for other positioning element (floating)
2018-06-08 07:50:23 +02:00
b5b96506ae
Add footnotes scaffolding
2018-06-03 02:11:21 +01:00
97e976a184
import: add support to import any xml tab element to XmlComponent ( #8 )
...
- make method to import/convert to XmlComponent
- expose method to add childElement to Header/Footer
- add tests
2018-05-28 09:15:44 +02:00
5de6617d10
Merge pull request #75 from h4buli/feature/page-break-before
...
paragraph: add support for 'page break before' format property
2018-05-28 02:33:59 +01:00
22ba53ad4c
Merge pull request #79 from formatically/master
...
Removed unnecessary header2 references
2018-05-20 20:28:23 +01:00
81304f50d1
Removed unnecessary header2 references
2018-05-19 20:52:45 -06:00
3c22372f49
Merge pull request #76 from formatically/master
...
Added DifferentFirstPageHeader and Page Number features
2018-05-19 12:30:39 +01:00
7584671312
Fixed TSLint Errors
2018-05-18 09:21:27 -06:00
7296c9e744
Removed extra empty lines
2018-05-17 19:51:01 -06:00
8d35dc1bb0
Added tests, renamed pagenumber to page-number
2018-05-17 13:32:33 -06:00
0fedfcf709
Renamed titlepage to title-page
2018-05-17 11:54:13 -06:00
6c2eb882bb
Added differentFirstPageHeader section property
2018-05-17 11:45:06 -06:00
c9eb27de11
fixed formatting styles
2018-05-17 15:34:47 +02:00
dadd8c122f
fixed formatting styles
2018-05-17 15:32:15 +02:00
b4f07f51ae
Merge pull request #70 from dolanmiu/feat/h4buli-update
...
H4 update
2018-05-16 19:51:40 +01:00
7968c1efcf
Removed header-wrapper-2
2018-05-12 22:22:54 -04:00
87648a742c
Initial Commit
2018-05-12 20:04:54 -04:00
15e8d7c053
paragraph: add support for page break before format property ( #7 )
2018-05-10 20:24:06 +02:00
cbe9c3ac50
paragraph: add support for page break before format property
2018-05-10 19:43:58 +02:00
d10c707f12
Add tests for catching errors for exporter packer.pack
2018-05-08 20:40:04 +01:00
ac512b2eab
Merge branch 'feat/h4buli-update' of https://github.com/dolanmiu/docx into feat/h4buli-update
2018-05-08 02:12:20 +01:00
fdf6a59c4c
Add back xml-component export
2018-05-08 01:26:13 +01:00
4b9a6a6735
Merge branch 'master' into feat/h4buli-update
2018-05-08 01:23:56 +01:00
68cb57aea6
fix style issues
2018-05-06 23:18:00 -05:00
9d7fd55e4c
add hyperlink to paragraph and doc
2018-05-06 22:24:16 -05:00
195c62f80b
modify relationships to support external links
2018-05-06 22:23:35 -05:00
1fd222abea
create hyperlink style
2018-05-06 22:23:04 -05:00
ac40e13e33
added support for hyperlinks
2018-05-06 22:20:56 -05:00
53ab822dbc
Fix style
2018-05-06 03:38:08 +01:00
0c9c292291
Fix tests. _attr is needed
2018-05-06 03:27:58 +01:00
573dd753a7
Fix styling and linting
2018-05-06 03:19:36 +01:00
534c601068
Linting fixes
2018-05-06 02:58:16 +01:00
424436579b
Remove xml component from main export
2018-05-06 02:58:08 +01:00
a716360faa
Restore numbering
2018-05-06 02:57:40 +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
e8bc7952db
Move fs to exporter and add browser packer
2018-04-24 22:56:56 +01:00
06418655c0
Add image support to new packer
2018-04-24 22:35:31 +01:00