Commit Graph

48 Commits

Author SHA1 Message Date
c68dc8c52a Make hyperlinks declarative 2019-12-18 21:11:15 +00:00
b37aefdc8d Correctly exporting methods 2019-11-23 02:26:59 +00:00
9b40b5e55e Add work for custom level id 2019-11-06 20:54:39 +00:00
8eff6bd0cf Declarative numbering work 2019-11-01 01:57:01 +00:00
2bb7e08ade Remove unnecessary method 2019-10-10 01:19:55 +01:00
40d1a3a7c2 Multiple tab stops 2019-10-09 20:56:31 +01:00
2536fbe752 Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-styles-and-tab-stop
# Conflicts:
#	src/file/paragraph/paragraph.ts
2019-10-03 20:48:34 +01:00
dfb910defb Add SymbolRun to allow adding symbols inline 2019-10-01 12:29:07 -05:00
04b6d8e54a Declarative hyperlinks, bookmarks, tab stops and page breaks 2019-09-30 22:56:21 +01:00
172c333357 Add tests and clean up code 2019-09-29 04:17:21 +01:00
c2c05b0140 Adding some documentation 2019-08-03 13:42:24 +01:00
dfe986331d Make media return a picture run instead 2019-06-23 22:36:01 +01:00
cb42c74a8d Make Paragraph declaritive 2019-06-12 01:03:36 +01:00
b0ee0305fb Add OutlineLevel Paragraph property 2019-01-15 15:39:48 +01:00
db7f27a88c Add more tests to paragraph 2019-01-11 00:16:25 +00:00
7980f14efb Introduce some functional programming techniques 2018-11-02 02:51:57 +00:00
23dee01f06 Created classes and methods needed to create Sequential Identifiers 2018-10-19 16:50:51 -03:00
2fb5845501 contextual spacing 2018-09-26 17:47:17 +03:00
4de6b51e76 removed getStyles and clearPageBreak that became useless 2018-09-25 00:10:27 -03:00
4ca81df401 TOC content generation aborted 2018-09-21 11:16:14 -03:00
8b463b3bb6 updated clone deep dependency and make fields dirty to be updated when word is opened 2018-09-21 10:26:28 -03:00
baf0f17bd6 added a method for clear the page breaks of a paragraph 2018-09-18 13:53:30 -03:00
8e911698a5 generating the content for a table of contents 2018-09-18 05:24:19 -03:00
33f87523e0 Merge from master 2018-08-21 23:50:58 +01:00
a7f6224fb2 Made demo files into typescript files 2018-08-21 02:46:21 +01:00
e97c432a64 added border specs, createBorder method, and color attribute to setProperties 2018-08-19 19:37:36 -04:00
0411153832 Added in the ability to create borders for paragraphs 2018-08-19 11:59:38 -04:00
d44b0d50d8 Merge pull request #118 from dolanmiu/feat/add-image-to-run
Add image to run
2018-08-09 23:06:05 +01:00
e10c20fa42 Add image to run 2018-08-09 01:55:50 +01:00
92da93a160 Rename to more readable names 2018-08-07 02:47:24 +01:00
e9aecfac1c Updated lint rules 2018-08-07 01:38:15 +01:00
696b5daf5c rtl 2018-07-25 15:02:58 +03:00
4dfce582c8 bidi support 2018-07-22 17:03:45 +03:00
5dc82d8176 Add styles to footnote 2018-06-28 03:01:25 +01:00
99290d646e Add footnote support to API 2018-06-25 19:49:46 +01: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
cbe9c3ac50 paragraph: add support for page break before format property 2018-05-10 19:43:58 +02:00
4b9a6a6735 Merge branch 'master' into feat/h4buli-update 2018-05-08 01:23:56 +01:00
9d7fd55e4c add hyperlink to paragraph and doc 2018-05-06 22:24:16 -05: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
c92cab5e5b Fix Numbering (#4)
* Version bump

* (fix): fixed issue with numbering in document
2018-04-17 15:33:53 +02:00
41f941728e Clean up and tests 2018-04-10 21:54:52 +01:00
919327ed08 bullet points update 2018-04-05 16:50:25 +03:00
ee721ffbec image scaling add rounding 2018-04-02 12:55:43 +03:00
0355afe11c Rename IData to something more reasonable 2017-12-30 21:18:55 +00:00
eb71fc20e6 Use absolute path rather than silly relative path 2017-12-30 20:25:16 +00:00
d8d16b4a7d Absolute path imports! 2017-12-29 02:26:26 +00:00
2358139a6b Change docx folder to more appropriate "file" folder 2017-12-20 01:03:20 +00:00