Commit Graph

33 Commits

Author SHA1 Message Date
05a6ab77cc improve test coverage 2021-05-26 10:14:19 +03:00
3299c557a0 Make .addSection fully declarative 2021-03-19 20:53:56 +00:00
566ac03f9a Use context in prep xml 2021-03-11 01:06:55 +00:00
c6e9696be0 #532 Make hyperlinks work on the Header and Footer 2021-03-01 03:28:35 +00:00
437e83ab78 :feat: refine paragraph/run properties options 2020-07-14 15:42:45 +08:00
f8da2c311b Merge branch 'master' of github.com:dolanmiu/docx into feat/right-indent 2019-12-27 01:37:37 +00:00
c68dc8c52a Make hyperlinks declarative 2019-12-18 21:11:15 +00:00
96471ecb45 Fix for empty first paragraph
If there is only one section, remove the extraneous empty paragraph during XML creation.
2019-12-15 22:56:24 +02:00
a37c9d8f2f Revert "fix: try to remove unnecessary paragraph", which caused #418
This reverts commit cb74868247.
2019-10-03 22:12:23 -05:00
cb74868247 fix: try to remove unnecessary paragraph 2019-08-29 20:52:05 +09:00
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +01:00
cb42c74a8d Make Paragraph declaritive 2019-06-12 01:03:36 +01:00
272e2496f4 Fix duplicated generation of last section properties 2019-04-04 17:43:54 +02:00
61411fd0f3 Add tests 2018-11-01 02:22:32 +00:00
466e880bfc Merge from master 2018-09-25 23:46:55 +01:00
f2b50478bf Fix tests and use proper types for disregarding XMLComponent 2018-09-20 00:41:57 +01:00
8e911698a5 generating the content for a table of contents 2018-09-18 05:24:19 -03:00
89df3c48e0 Fix linting errors 2018-08-09 23:22:03 +01: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
e9aecfac1c Updated lint rules 2018-08-07 01:38:15 +01:00
efe7d594b0 Add accessor to getter and setters 2018-08-03 02:29:58 +01:00
2a0b45dc20 make default settings in the addSection 2018-06-25 21:53:01 +01:00
00955d2e4f Fix imports 2018-06-25 19:53:40 +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
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
bbe2e1e46e Fix styles 2018-01-28 20:34:49 +00:00
4339f8cfc0 Add section properties 2018-01-25 01:21:03 +00:00
448572d7a1 Add section properties to root File 2018-01-24 13:09:34 +00:00
df197f73ea Create section properties section 2018-01-24 00:01:38 +00:00
e93d6799fd Made project Prettier compliant 2018-01-23 01:33:12 +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