docx-rs/docx-core/examples
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
..
alignment.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
bookmark.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
comment.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
custom_property.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
custom_xml.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
data_binding.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
dirty_toc.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
doc_id.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
even_header.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
first_header.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
font.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
font_size.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
footer.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
footnotes.rs Footnotes initial support (#718) 2024-06-24 20:37:27 +09:00
header.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
header_with_page_num.rs Support page numbers (#714) 2024-06-09 09:01:52 +09:00
hello.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
history.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
hyperlink.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
image_floating.rs fix: floating image (#710) 2024-04-26 18:29:29 +09:00
image_in_header.rs Support image in header footer (#680) 2024-02-19 18:11:07 +09:00
image_inline.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
image_inline_rotate.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
image_reader.rs feat: improve pic reader (#456) 2022-03-28 19:40:32 +09:00
indent.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
nested_comment.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
numbering.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
outline_lvl.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
page_margin.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
page_size.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
reader.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
sdt.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
style.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
table.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
table_border.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_simple.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_with_comment.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_with_hyperlink.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_with_item.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_with_style_level.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
toc_with_tc.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00
web_ext.rs Define header footer (#678) 2024-02-09 21:04:42 +09:00