|
ce2a949176
|
Re-name PageRef to PageReference
|
2021-09-08 00:41:40 +01:00 |
|
|
dc2f9c3bdc
|
Allow other types in bookmarks
|
2021-09-01 12:20:54 -06:00 |
|
|
41f516d64b
|
Make the internal hyperlink consistent
|
2021-08-31 19:54:33 -06:00 |
|
|
c1cc211c7f
|
Add children to hyperlink
|
2021-08-27 16:53:11 -06:00 |
|
|
3f257bf5a4
|
Add the pageref element
This instruction is useful if you want to get the number of the page
containing a specific bookmark.
|
2021-08-03 21:17:32 +02: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 |
|
|
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 |
|
|
a56119e7cd
|
remove deprecated mutable drawing functions: scale, setXY
|
2021-05-24 09:26:21 +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 |
|
|
08bd2744b6
|
further clean up border code; update paragraph borders to use shared type; BREAKING: paragraph border value attr renamed to style, to match other usages of borders
|
2021-05-24 05:39:26 +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 |
|
|
4fe2973473
|
Add enum to lineRule and create demo
|
2021-03-15 19:23:40 +00:00 |
|
|
a3febae8a3
|
Inline single use interfaces
|
2021-03-15 00:11:39 +00:00 |
|
|
7f86385b09
|
#269 Text Frame (Text Box)
|
2021-03-14 17:00:42 +00:00 |
|
|
4bc0421055
|
Add tests
|
2021-03-13 20:23:15 +00:00 |
|
|
8724fbe7a7
|
#750 Add widow control
|
2021-03-13 04:07:44 +00:00 |
|
|
58f7e5a9a3
|
Merge pull request #816 from dolanmiu/feat/restart-numbered-lists
#548 #508 Restart numbered lists
|
2021-03-12 04:04:59 +00:00 |
|
|
0b88cb0ca5
|
#548 #508 Restart numbered lists
|
2021-03-12 03:58:05 +00:00 |
|
|
dbaa493ebd
|
Merge pull request #763 from netbymatt/master
Allow styles and headings with numbering
|
2021-03-11 19:42:30 +00:00 |
|
|
4b5d2d98f9
|
add tests for numbering paragraph styles
|
2021-03-11 11:11:46 -06:00 |
|
|
566ac03f9a
|
Use context in prep xml
|
2021-03-11 01:06:55 +00:00 |
|
|
a0d8911e18
|
Add tests
|
2021-03-08 04:18:26 +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 |
|
|
f3f65da207
|
#732 Add line between columns (separate)
|
2021-03-04 03:02:07 +00:00 |
|
|
2aa93e6105
|
#751 Add bidi visual - Visual Right to Left
|
2021-03-04 02:02:28 +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 |
|
|
49314ea9d0
|
fix prettier whitespace
|
2021-02-04 14:48:57 -06:00 |
|
|
acaaf98e20
|
Fix spacing
|
2021-02-03 15:21:15 -06:00 |
|
|
0e2bfe9e3f
|
Allow styles and headings with numbering
|
2021-02-03 14:53:29 -06:00 |
|
|
6100ff4c4e
|
Add declarative break()
|
2020-12-23 23:31:28 +00:00 |
|
|
b2fea471f1
|
Add workaround to include file in build
|
2020-11-15 23:03:44 +00:00 |
|
|
610b2388bb
|
Fix linting
|
2020-10-29 00:39:45 +00:00 |
|
|
60eb686d05
|
Add shading to paragraph
|
2020-10-28 01:05:31 +00:00 |
|
|
5be195fd91
|
Turn math component into array
|
2020-10-13 02:06:27 +01:00 |
|