Commit Graph

397 Commits (63178e9f4aa2baff16d6d34f908ae75fb1d92bd5)

Author SHA1 Message Date
morugetsm 5095e3d6d7
update table_cell_width, table_indent (#796) 2025-01-17 22:57:54 +09:00
bokuweb 1e6227e4f7
feat: Support tc (#793)
* feat: Support tc

* fix: f option

* rc29

* rc30
2025-01-17 19:21:40 +09:00
bokuweb 11e09de5cd
Add toc ppr (#785)
* feat: add ppr in toc

* feat: add frame property

* fix: add rpr

* fix: add toc paragraphProperty

* support toc paragraph property

* fix: some properties

* 0.4.18-rc20

* fix: toc style

* chore: rc21

* fix

* fix: toc structure

* fix: toc styles
2024-11-22 10:58:49 +09:00
bokuweb 7400979c39
chore: rc19 (#783) 2024-11-06 17:07:01 +09:00
Igor Strebz 238d2bc3fe
Implement streaming writers (#765)
* Make XMLBuilder generic

* Reduce allocations at XmlData display impl

* Implement streaming writers

- Extend BuildXML trait, add the streaming method
- Remove impls for Box<Ty>, as they can be implemented on the trait level
- Rewrite build() methods in chaining style, backed by apply_* helpers
- Remove quite a few allocations, though numbers still produce them
- Add spaces between children nodes, fix tests

* Add rustfmt.toml and format code

* Fix clippy warnings

* Expose the BuildXML trait without displaying its methods in hints
2024-11-05 11:22:32 +09:00
bokuweb 55961d6f9f
Escape style name (#779)
* fix: escape some feild

* rc18
2024-11-01 13:08:31 +09:00
bokuweb 4c7bd61ce9
fix: rc16 (#777) 2024-10-31 22:28:07 +09:00
bokuweb 1f9046d2ee
feat: add comments_json (#773) 2024-10-31 18:13:59 +09:00
unvalley 69b4c1a4a3
build: use rust 1.82 and fix clipyy errors (#768)
* build: use rust 1.82 and fix clipyy errors

* refactor: fix clippy errors
2024-10-30 14:53:26 +09:00
Igor Strebz bf5ccac4b1
Make 'image' crate optional (#764)
Discussion at #763.
2024-10-22 10:28:58 +09:00
bokuweb 6fdf81d1ba
feat: Support paragraph color (#761) 2024-10-15 18:51:20 +09:00
bokuweb 60d94921b0
Support ptab in r (#756)
* feat: add ptab

* feat: wasm object

* fix: suppoert ptab

* spec: add read test for ptab

* rc10

* rc11

* rc12
2024-10-15 18:30:05 +09:00
Y N 19b174da7c
fix to read comment inside Delete in Insert (#755) 2024-09-06 14:44:31 +09:00
bokuweb f6bcebc186
fix: escape font (#745) 2024-07-18 19:11:21 +09:00
bokuweb 6b38d4fbbc
Add snap to grid (#744)
* fix: snapToGrid

* fix:

* fix

* fix

* fix
2024-07-18 19:11:11 +09:00
bokuweb bf385f752d
faet: Support snap to grid (#742) 2024-07-17 16:28:29 +09:00
hackers267 79147fcce8
Update table_width.rs (#722)
* Update table_width.rs

fix the error when build the xml, the width_type is fixed, not pick from the TableWith

* test:  修改关于width_type的测试用例

* test:  修改关于width_type的测试用例
2024-07-15 08:17:38 +09:00
bokuweb 3a41aedda9
fix: use btree set (#739) 2024-07-12 12:10:42 +09:00
git-noise 77b9ca3fca
Fix pstyle serialization (#738) 2024-07-12 11:40:42 +09:00
git-noise 2005b0a382
PositionalTab initial support (#733)
* Initial positional tab support: add PositionalTab types related module

* Initial positional tab support: add PositionalTabAlignmentType

* Initial positional tab support: add PositionalTabRelativeTo

* Initial positional tab support: add PositionalTab related module

* Initial positional tab support: add PositionalTab

* Initial positional tab support: add ptab() for XMLBuilder

* Initial positional tab support: remove optional

* Initial positional tab support: remove optional

* Initial positional tab support: derive Partial Eq, Eq

* Initial positional tab support: add ptab()
2024-06-30 20:13:29 +09:00
git-noise 0284e7aa4c
Support strike at Run level: add strike() to Run (#732) 2024-06-29 19:24:01 +09:00
git-noise e04dc4a757
Run level shading (#727)
* Initial Run-level Shading support: add Shading to RunChild

* Initial Run-level Shading support: add Shading to RunProperty
2024-06-29 19:23:20 +09:00
git-noise 2c8638dcb0
Support cantSplit for table row (#730)
* Initial cantSplit support: add CantSplit element

* Initial cantSplit support: add cant_split() to XMLBuilder

* Initial cantSplit support: add cant_split() to TableRow element

* Initial cantSplit support: add cant_split() to TableRowProperty element

* Initial cantSplit support: add cant_split module
2024-06-26 00:43:53 +09:00
git-noise 0ef897ed85
Footnotes initial support (#718)
* Initial footnotes support: add content-types dependency

* Initial footnotes support: add relationship

* Initial footnotes support: add footnotes.xml

* Initial footnotes support: add footnote_reference() for XMLBuilder

* Initial footnotes support: add FootnoteReference to RunChild

* Initial footnotes support: add footnotes to XMLDocx

* Initial footnotes support: add footnotes module

* Initial footnotes support: add footnote and footnote_reference modules

* Initial footnotes support: add footnotes handling logic

* Initial footnotes support: add footnotes example

* Initial footnotes support: add footnote element

* Initial footnotes support: add footnote_reference element

* Initial footnotes support: add footnotes document

* Initial footnotes support: add open_footnotes for XMLBuilder

* Initial footnotes support: add test for footnotes reading

* Initial footnotes support: update snapshots for footnotes

* Initial footnotes support: add test docx for footnotes reading

* Initial footnotes support: update features list

* Initial footnotes support: update snapshots for footnotes

* Initial footnotes support: fix clippy lint - redundant-clone

* Initial footnotes support: add automatic footnote ID generation

* Initial footnotes support: add footnote_id module

* Initial footnotes support: switch to automatically generated IDs

* Initial footnotes support: switch to automatically generated IDs
2024-06-24 20:37:27 +09:00
bokuweb 2626b89b83
Support page numbers (#714)
* feat: add num pages

* fix: num pages

* rc1

* fix

* fix

* fix
2024-06-09 09:01:52 +09:00
bokuweb ef068a6348
0.4.17 (#711) 2024-04-26 18:33:16 +09:00
bokuweb 776f76e8ab
fix: floating image (#710)
* fix: floating image

* fix

* fix
2024-04-26 18:29:29 +09:00
bokuweb dcc524e6c9
Fix frame property (#706)
* fix

* fix
2024-04-24 19:38:22 +09:00
bokuweb c0fe422830
Fix dbg (#704)
* fix: dbg!

* 0.4.14

* fix
2024-04-12 00:58:01 +09:00
bokuweb 2c06b30b68
fix: frame pr (#700)
* fix: frame pr

* fix

* fix

* fix: alignment type
2024-04-12 00:57:20 +09:00
Daniel Gallups 0e6ab1b648
fix: add `w:caps` property to to `w:rPr` element (#703)
* fix: add `w:caps` property to to `w:rPr` element

* fix: use `val` xml attr on `w:caps` element
2024-04-12 00:50:23 +09:00
bokuweb 75e6b77d4a
fix: support tabs (#698)
* fix: support tabs

* fix

* fix

* fix

* fix
2024-04-01 11:02:48 +09:00
bokuweb e886c72c58
Update Cargo.toml 2024-03-29 23:41:03 +09:00
bokuweb 4c64e9ba82
Fix header footer rels order (#695)
* fix: header footer resls order

* fix
2024-03-29 16:03:13 +09:00
bokuweb 666c950484
Support tblppr (#693)
* feat: Support table position

* fix: table pr

* fix: wasm for table position

* fix: reader for position property

* fix: snaps

* fix

* fix
2024-03-27 00:09:58 +09:00
bokuweb 2bbefbd6da
Support tcmar (#692)
* feat: Support tcMar writer

* feat: read tcMar

* fix: generate table cell border

* beta14

* beta15
2024-03-25 15:37:32 +09:00
bokuweb e182f0e2d3
feat: Support adjust_right_ind (#691)
* feat: Support adjust_right_ind

* beta6

* fix: update spec

* fix
2024-03-18 23:27:28 +09:00
bokuweb 13b8d9bc44
feat: Support w:textAlignment (#690) 2024-03-18 21:29:16 +09:00
bokuweb 6955cd0e65
Support frame pr (#687)
* feat: define framePr

* fix: read frame pr

* fix: page num writer

* fix: page num writer

* feat: add page num for writer

* fix: add page_num for footer

* spec: update snaps

* fix: clippy

* 0.4.12-beta3

* fix: add frameProperty

* fix
2024-03-18 17:28:52 +09:00
bokuweb 9fbd323ce7
feat: Support pageNumType (#684)
* fix: support page num type writer

* fix: read page num type

* fix: add json type

* fix: add page num type writer

* 0.4.12-beta0

* fix

* fix
2024-03-06 19:13:11 +09:00
bokuweb aefba38e68
Add sdt in header footer (#683)
* fix: read structured data tag in header/footer

* spec: add spec
2024-03-05 11:14:49 +09:00
bokuweb 366ff60b05
Fix even header types (#682)
* fix: header types

* 0.4.9

* fix: title_pg settings

* 0.4.11

* fix: update snaps
2024-03-04 17:51:24 +09:00
bokuweb 72adfa699f
Support image in header footer (#680)
* wip

* wip

* wip

* fix: image in header/footer

* fix: Changelog
2024-02-19 18:11:07 +09:00
bokuweb 8224ff0663
Read header and footer image (#679)
* feat: read header images

* feat: read footer image

* update snaps
2024-02-10 10:59:35 +09:00
bokuweb 179e69959b
Define header footer (#678)
* chore: define header and footer json properties

* fix: some errors
2024-02-09 21:04:42 +09:00
bokuweb 5799884862
fix: some clippy (#677) 2024-02-09 19:23:51 +09:00
bokuweb 76b2622dc6
Support ppr default (#673)
* fix: ppr change

* fix: spacing

* feat: support pPrDefatul
2024-01-17 22:40:47 +09:00
bokuweb dcdb177a7b
fix: https://github.com/bokuweb/docx-rs/issues/665 (#666)
* fix

* spec: update snaps
2023-12-01 01:51:52 +09:00
bokuweb 921b0f1057
[https://github.com/bokuweb/docx-rs/issues/655] fix: tabs (#656)
* fix: tabs

* fix: spec
2023-10-10 16:00:15 +09:00
Mridul Mahesh 16aa7cb3c6
Add Support for Parsing Lists (#654)
* made numbering structs public

* added numbering struct

* made numberformat public
2023-10-10 15:58:54 +09:00