Commit Graph

26 Commits

Author SHA1 Message Date
c68dc8c52a Make hyperlinks declarative 2019-12-18 21:11:15 +00:00
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +01:00
e2574ec23b Turn methods into "add()" 2019-06-25 23:17:56 +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
2cb7d44a77 Work on new table API 2019-03-13 02:29:11 +00:00
e3bcad6d3c Fix missing media in Document Template 2019-01-04 00:11:50 +00:00
8e911698a5 generating the content for a table of contents 2018-09-18 05:24:19 -03:00
146d0ad9e5 Moved addTableOfContents to File and creating a settings.xml and applying updateFields=true when there is a table of contents 2018-09-10 10:01:26 -03:00
3436a1584c Merge branch 'master' of https://github.com/h4buli/docx into feat/h4-update
# Conflicts:
#	package.json
#	src/file/document/body/body.ts
#	src/file/document/body/section-properties/section-properties.ts
#	src/file/file.ts
#	src/file/media/media.ts
#	src/file/styles/external-styles-factory.ts
#	src/file/table/table-cell.ts
2018-08-09 23:21:24 +01:00
efe7d594b0 Add accessor to getter and setters 2018-08-03 02:29:58 +01:00
5f22950721 Change image API so that it now sends Images 2018-08-03 00:01:42 +01:00
31fdf08c27 Make function return Image rather than PictureRun 2018-08-02 21:14:53 +01:00
f7c02f4679 Revert returning Paragraph 2018-08-02 02:32:57 +01:00
0d5e9ce9d8 Offload media methods into Media static object
Simplified File handling of images
2018-08-02 02:09:00 +01:00
9d3b32a841 fix: fixed wrong import causing exported SectionProperties class to be unusable 2018-06-25 12:53:25 +02:00
d63adc7a6b Fix linting 2018-06-22 23:04:03 +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
05816abc12 Add scalable image feature 2018-03-24 19:06:10 +00:00
079334f71b Make fields readonly 2018-01-29 01:55:25 +00:00
448572d7a1 Add section properties to root File 2018-01-24 13:09:34 +00:00
e93d6799fd Made project Prettier compliant 2018-01-23 01:33:12 +00:00
ca244bcfe1 Add more files for creating a drawing 2018-01-11 01:47:09 +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