|
531e240a37
|
Run borders
|
2022-01-06 04:36:55 +00:00 |
|
|
e598faad28
|
support style changes in revisions
|
2021-11-26 12:29:11 +01:00 |
|
|
2b9c15a638
|
Upgrade prettier
|
2021-06-15 00:25:44 +01:00 |
|
|
034cd187ab
|
change shading val -> type
|
2021-05-29 05:51:06 +03:00 |
|
|
7bfe8f26f0
|
progress on clean up file/paragraph
|
2021-05-24 17:12:10 +03:00 |
|
|
ce2a0fb864
|
remove more duplicate classes; add additional values functions; clean up tests
|
2021-05-24 11:28:10 +03:00 |
|
|
097c6a5962
|
use hexColorValue in borders and underlines
|
2021-05-24 08:42:34 +03:00 |
|
|
ee105cdb83
|
Simplify run format properties, removing duplicate classes. Add values functions, which check and clean up values for specific defined types from the schema
|
2021-05-24 08:20:08 +03:00 |
|
|
496fcb55fa
|
unify Shading; breaking change: Paragraph/Run shading option key type changed to val, and shadow alias removed
|
2021-05-24 05:39:26 +03:00 |
|
|
fcc393aca2
|
move break up higher in order, to use the simpler push instead of splice
|
2021-05-24 05:39:26 +03:00 |
|
|
798cbb8628
|
fix prettier issues
|
2021-05-20 04:08:00 +03:00 |
|
|
15f79abf5e
|
fix lint issues
|
2021-05-20 04:02:14 +03:00 |
|
|
06da596ffb
|
Remove invalid 'w:shdCs' element
|
2021-05-20 03:02:48 +03:00 |
|
|
56b18d3793
|
Fix ordering of elements in paragraph-properties
|
2021-05-20 01:06:07 +03:00 |
|
|
45130bed0b
|
Fix conformance issues with imagerun - out of order properties (a:xfrm), invalid attr name (pic:cNvPr) desc -> descr
|
2021-05-20 00:42:29 +03:00 |
|
|
85583a3dbd
|
Added support for w:fldSimple, including convenience class for simple MailMerge fields
|
2021-05-04 23:38:25 +02:00 |
|
|
46846b6e6c
|
Fix imports
|
2021-03-22 05:23:30 +00:00 |
|
|
caf188caae
|
Make adding images declarative and simple
|
2021-03-18 02:48:37 +00:00 |
|
|
a3febae8a3
|
Inline single use interfaces
|
2021-03-15 00:11:39 +00:00 |
|
|
4bc0421055
|
Add tests
|
2021-03-13 20:23:15 +00:00 |
|
|
6100ff4c4e
|
Add declarative break()
|
2020-12-23 23:31:28 +00: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 |
|
|
8a3c8d4664
|
:test: Font for eastAsia
|
2020-06-07 12:38:31 +08:00 |
|
|
fdfce79e87
|
:feat: Font for eastAsia
|
2020-06-07 12:38:03 +08:00 |
|
|
120c3a7bbe
|
:feat: support emphasis mark
|
2020-05-22 12:22:45 +08:00 |
|
|
de03f19b46
|
Remove unused code and improve coverage
|
2019-12-24 00:44:15 +00:00 |
|
|
7dfb016faa
|
Make tab and page numbers declarative
|
2019-11-21 01:02:46 +00:00 |
|
|
c3c29bb119
|
fix(test): added unit test for TextRun
|
2019-10-18 14:09:33 +02:00 |
|
|
ddb34e6a46
|
feat(textRun): implemented footnote references on the text run element
|
2019-10-18 13:33:47 +02:00 |
|
|
591b2f4e04
|
Declarative styles
|
2019-10-04 01:20:41 +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 |
|
|
33549d5ec3
|
Merge pull request #413 from jamesmontalvo3/master
Add SymbolRun to allow adding symbols inline
|
2019-10-02 21:41:24 +01:00 |
|
|
ad62f5459b
|
Export RunFonts to be able to pass to Level.addRunProperty()
|
2019-10-01 15:23:01 -05: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 |
|
|
49e85275c3
|
Fix tests
|
2019-08-13 10:53:29 +03:00 |
|
|
96efdf8b1a
|
Merge branch 'master' of github.com:dolanmiu/docx into Numbering
# Conflicts:
# src/file/paragraph/run/run.ts
|
2019-08-13 10:40:49 +03:00 |
|
|
a9fc40dad4
|
Add total number of pages in a section
|
2019-08-09 11:56:22 +03:00 |
|
|
b741db3050
|
Using a better demo naming system
|
2019-08-06 23:08:21 +01:00 |
|
|
82fef4c2b1
|
Fix tests
|
2019-08-06 22:27:16 +01:00 |
|
|
e45e7ffe06
|
Consolidate highlight and shadow API
|
2019-08-06 21:37:33 +01:00 |
|
|
099eb1d202
|
Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive
# Conflicts:
# src/file/paragraph/run/run.ts
|
2019-08-06 21:06:06 +01:00 |
|
|
ebc7dca949
|
Fix tests
|
2019-08-06 13:39:05 +03:00 |
|
|
fa710d1ba6
|
Highlighting
|
2019-08-06 11:13:43 +03:00 |
|
|
ac5b15d0e3
|
Mandatory Sections
|
2019-07-31 08:48:02 +01:00 |
|
|
f33d6da65a
|
Merge branch 'master' into feat/declaritive
# Conflicts:
# src/file/paragraph/formatting/border.spec.ts
# src/file/paragraph/links/outline-level.spec.ts
# src/file/paragraph/run/run.spec.ts
|
2019-07-02 01:33:41 +01:00 |
|
|
a531713214
|
Remove usage of Utility class
|
2019-06-26 22:12:18 +01:00 |
|
|
564a055316
|
Remove jsonify method
|
2019-06-26 02:11:43 +01:00 |
|
|
fb65bb4207
|
Turn Run into a declaritive API
|
2019-06-17 01:51:57 +01:00 |
|