docx-rs/docx-core/src/xml_builder
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
..
comments.rs feat: Add comments 2019-12-04 17:39:59 +09:00
comments_extended.rs Support nest comment (#116) 2020-08-14 01:57:59 +09:00
core_properties.rs refactor: rename macros (#25) 2020-01-24 17:57:14 +09:00
custom_properties.rs Support custom props (#307) 2021-06-23 18:39:01 +09:00
declaration.rs feat: Add doc app props 2019-11-05 19:20:40 +09:00
document.rs Support nest comment (#116) 2020-08-14 01:57:59 +09:00
drawing.rs Support image align (#564) 2022-11-04 21:45:53 +09:00
elements.rs Footnotes initial support (#718) 2024-06-24 20:37:27 +09:00
fonts.rs feat: Add style 2019-11-14 19:21:45 +09:00
footer.rs Support default footer (#366) 2021-11-25 01:49:27 +09:00
footnotes.rs Footnotes initial support (#718) 2024-06-24 20:37:27 +09:00
header.rs Support default section header (#115) 2020-08-13 17:27:45 +09:00
macros.rs feat: Support adjust_right_ind (#691) 2024-03-18 23:27:28 +09:00
mod.rs Footnotes initial support (#718) 2024-06-24 20:37:27 +09:00
numbering.rs feat: Support default numbering 2019-12-07 00:29:12 +09:00
pic.rs feat: support rot (#540) 2022-09-27 13:49:15 +09:00
properties.rs refactor: rename macros (#25) 2020-01-24 17:57:14 +09:00
relationship.rs Fix support hyperlink reader (#508) 2022-07-06 10:47:15 +09:00
settings.rs feat: Support doc_id (#120) 2020-08-20 00:53:35 +09:00
styles.rs feat: Add p style 2019-11-11 14:45:01 +09:00