Commit Graph

70 Commits

Author SHA1 Message Date
c1cc211c7f Add children to hyperlink 2021-08-27 16:53:11 -06:00
da744cbdec Fix lint errors 2021-07-08 17:46:13 +10:00
439ab8441e Export new ColumnBreak class via more generic Break class 2021-07-08 17:39:21 +10:00
56b18d3793 Fix ordering of elements in paragraph-properties 2021-05-20 01:06:07 +03:00
85583a3dbd Added support for w:fldSimple, including convenience class for simple MailMerge fields 2021-05-04 23:38:25 +02:00
caf188caae Make adding images declarative and simple 2021-03-18 02:48:37 +00:00
0b88cb0ca5 #548 #508 Restart numbered lists 2021-03-12 03:58:05 +00:00
566ac03f9a Use context in prep xml 2021-03-11 01:06:55 +00:00
2d4a452d2e Merge branch 'master' into feat/right-indent
# Conflicts:
#	demo/21-bookmarks.ts
#	package-lock.json
#	src/file/core-properties/properties.ts
#	src/file/file.spec.ts
#	src/file/file.ts
#	src/file/footnotes/footnote/footnote.spec.ts
#	src/file/footnotes/footnote/footnote.ts
#	src/file/footnotes/footnotes.ts
2021-03-08 03:40:11 +00:00
c6e9696be0 #532 Make hyperlinks work on the Header and Footer 2021-03-01 03:28:35 +00:00
655b40d418 Work on moving Document into its own wrapper 2021-02-28 16:04:21 +00:00
0de7116b78 #773 Better hyperlink and bookmark syntax
Allow for images to be hyperlinked as well
2021-02-27 19:23:29 +00:00
700a74fd4c More math components 2020-10-10 13:41:26 +01:00
32a84a5ad0 Merge branch 'master' into feat/math 2020-10-08 10:25:45 +01:00
09db2c528a added InsertedTextRun and DeletedTextRun for Revision Tracking 2020-10-06 11:05:52 +02:00
d18cfbc26f Update tslint to v6 2020-08-01 17:58:16 +01:00
437e83ab78 :feat: refine paragraph/run properties options 2020-07-14 15:42:45 +08:00
db7c4da609 Add ability to add multiple text runs to a bookmark 2020-01-01 22:54:42 +00:00
de03f19b46 Remove unused code and improve coverage 2019-12-24 00:44:15 +00:00
3fdbca939e Make internal hyperlink declarative 2019-12-21 03:31:09 +00:00
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
9aab68a8f8 Merge branch 'master' into feat/math
# Conflicts:
#	src/file/paragraph/index.ts
#	src/file/paragraph/paragraph.ts
2019-11-01 02:43:14 +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
a1b9be453b Add math run and fraction 2019-08-15 00:47:55 +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