Commit Graph

24 Commits

Author SHA1 Message Date
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +01:00
b566b0f765 Simplify multiple addXXX methods into a single add method for Footer 2019-06-25 01:58:09 +01:00
c97d15cb9f Remove create table helper function 2019-06-25 01:21:28 +01:00
cb42c74a8d Make Paragraph declaritive 2019-06-12 01:03:36 +01:00
8db52212ab Remove id from media 2018-12-24 16:50:53 +00:00
39066fb5f2 Add lifecycles to add image 2018-12-05 00:05:11 +00:00
7980f14efb Introduce some functional programming techniques 2018-11-02 02:51:57 +00:00
9c66db97ff Use single media instead of multiple 2018-10-23 00:31:51 +01:00
ffdcc7baca hande hyplerlink references in header or footers 2018-10-02 16:17:26 +03:00
f2b50478bf Fix tests and use proper types for disregarding XMLComponent 2018-09-20 00:41:57 +01:00
fc71ebdfef Refactor code 2018-09-19 23:07:37 +01:00
b39c7ce323 Fix naming 2018-09-17 20:06:51 +01:00
482674b3b3 Fix spelling error 2018-09-14 02:37:03 +01:00
385ad92331 Fix linting errors 2018-09-07 21:48:59 +01:00
03c4190c2c works! 2018-09-04 17:16:31 +03:00
675192b86f Refactor image to accept Buffer only 2018-08-12 23:07:31 +01:00
e10c20fa42 Add image to run 2018-08-09 01:55:50 +01:00
12c8cb93f6 Clean up API 2018-08-07 01:25:28 +01:00
5f22950721 Change image API so that it now sends Images 2018-08-03 00:01:42 +01:00
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
55005b57c6 Fix linting and style errors 2018-06-09 23:49:01 +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
6d0a267ba4 Add Header and Footer wrapper for their own relationship classes 2018-01-31 00:31:54 +00:00