c57c7f2aa7
Merge pull request #13 from h4buli/feature/numbering-level-suffix
...
Add support to define suffix on a numbering level
2018-07-06 19:00:32 +02:00
a05abd0eea
numbering: add support to define suffix for numbering level
2018-07-06 18:54:30 +02:00
c95e765456
Version bump
2018-07-03 14:11:19 +02:00
9d034ab48d
Merge pull request #12 from h4buli/feature/section-page-borders
...
feature: add support for section page borders
2018-07-03 14:09:56 +02:00
796e000826
feature: add support for section page borders
2018-07-03 13:48:31 +02:00
612a2f90ac
version bump
2018-06-29 16:31:25 +02:00
c797ed9c25
media: fixed bug when media size can be decimal
...
- produces invalid docx document
2018-06-29 00:32:01 +02:00
55220c147d
version bump
2018-06-27 22:10:11 +02:00
2ea5b1c0bd
Merge pull request #11 from h4buli/fix/parsing-external-styles
...
bug: Not all content from external styles was imported correctly
2018-06-27 22:05:44 +02:00
ed72d60951
external-styles: create correct XmlComponents from imported style
2018-06-27 21:55:15 +02:00
52007785af
version bump
2018-06-25 12:54:36 +02:00
9d3b32a841
fix: fixed wrong import causing exported SectionProperties class to be unusable
2018-06-25 12:53:25 +02:00
89e2129ca4
Version bump
2018-06-21 14:50:50 +02:00
d9999f8dd9
Merge pull request #10 from h4buli/feature/multiple-sections
...
feature: add multiple sections to the document inc. headers and footers
2018-06-21 14:49:24 +02: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
b8b5d18662
version bump
2018-06-08 22:21:10 +02:00
5ee5698347
Merge pull request #9 from h4buli/feature/image-position
...
Add support for different positioning of the images
2018-06-08 22:19:27 +02:00
97b254ee7b
add support for floating drawings
...
- added need elements and test for them
2018-06-08 16:03:04 +02:00
ac40a40ec0
refactor: move components from /drawing/inline to /drawing
...
- they will be used for other positioning element (floating)
2018-06-08 07:50:23 +02:00
548fe3c864
Version bump
2018-05-28 09:18:09 +02:00
97e976a184
import: add support to import any xml tab element to XmlComponent ( #8 )
...
- make method to import/convert to XmlComponent
- expose method to add childElement to Header/Footer
- add tests
2018-05-28 09:15:44 +02:00
dadd8c122f
fixed formatting styles
2018-05-17 15:32:15 +02:00
cdb86b741c
Version bump
2018-05-10 20:25:14 +02:00
15e8d7c053
paragraph: add support for page break before format property ( #7 )
2018-05-10 20:24:06 +02:00
84e298e7ee
Version bump
2018-05-04 15:59:46 +02:00
753287d9d1
extend table and table cell support for cell merge, span, borders ... ( #6 )
...
* extend table and table cell support for cell merge, span, borders ...
* added tests for table cell borders and table cell width, renamed some variables, added jsdoc
2018-05-04 15:56:28 +02:00
21bb8f9016
Version bump
2018-04-26 14:18:22 +02:00
dc136daeab
tables: add option to pass column size when creating a table
...
- add optionto the XmlComponent to `delete`/skip elements when exporting to xml
2018-04-26 14:16:02 +02:00
e67f5f80e1
Version bump
2018-04-23 11:50:40 +02:00
3691d79a4a
add method to add child to an element
2018-04-23 11:49:57 +02:00
4f48c8fb80
Merge branch 'master' of github.com:h4buli/docx
2018-04-20 16:01:09 +02:00
20ba081308
Version bump
2018-04-20 16:00:44 +02:00
2119ae769b
Images: Extend API for working with images ( #5 )
...
* extend creating image using buffer and dimensions from outside
* remove empty space
2018-04-20 15:59:06 +02:00
c618ca7539
Version bump
2018-04-17 16:33:08 +02:00
8b11140be2
export AbstractNumbering class
2018-04-17 16:31:36 +02:00
bebfec7755
version bump
2018-04-17 15:39:57 +02:00
124aac4888
fixed failing tests - removed test for the ctor for Numbering class
2018-04-17 15:38:51 +02:00
b3bfd063d8
Merge branch 'master' of github.com:h4buli/docx
2018-04-17 15:34:46 +02:00
c92cab5e5b
Fix Numbering ( #4 )
...
* Version bump
* (fix): fixed issue with numbering in document
2018-04-17 15:33:53 +02:00
323f91dd68
Version bump
2018-03-28 16:31:44 +02:00
810ccb40d7
Merge pull request #3 from h4buli/feature/import-styles
...
styles: support for external styles. parsing external styles.
2018-03-28 16:02:11 +02:00
5242f7d55c
styles: support for external styles. parsing external styles.
2018-03-28 14:54:07 +02:00
d293ae516c
Merge pull request #2 from h4buli/revert-1-feature/external-styles-support
...
Revert "(styles): add support to provide external styles (as complete file co…"
2018-03-26 16:29:16 +02:00
3fb563f9c8
Revert "(styles): add support to provide external styles (as complete file co…"
2018-03-26 16:28:40 +02:00
ce306aef07
Version bump
2018-03-23 12:25:30 +01:00
373c850f35
Merge pull request #1 from h4buli/feature/external-styles-support
...
(styles): add support to provide external styles (as complete file co…
2018-03-23 12:21:00 +01:00
a0e00b8eff
(styles): add support to provide external styles (as complete file content)
2018-03-23 12:18:31 +01:00
114c429aed
pdf-export: remove option to export to pdf
2018-03-21 10:53:07 +01:00
40251a76f6
setup: rename npm package
2018-03-21 10:46:22 +01:00
a102b479e6
Add new demo
2018-03-10 23:04:45 +00:00