docx-rs/docx-core/src/reader
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
..
attributes fix: spacing type (#644) 2023-08-10 18:09:52 +09:00
a_graphic.rs 0.2.3 (#59) 2020-04-07 10:55:44 +09:00
a_graphic_data.rs 0.2.3 (#59) 2020-04-07 10:55:44 +09:00
bookmark_end.rs Read docid and bookmark (#138) 2020-09-07 15:46:23 +09:00
bookmark_start.rs Read docid and bookmark (#138) 2020-09-07 15:46:23 +09:00
comment.rs fix author if it have <> chars (#501) 2022-06-16 22:38:59 +09:00
comment_extended.rs Impl comment reader (#212) 2020-12-15 22:33:01 +09:00
comments.rs Impl comment reader (#212) 2020-12-15 22:33:01 +09:00
comments_extended.rs Fix duplicated extended (#317) 2021-07-25 08:51:28 +09:00
custom_properties.rs Support custom props (#307) 2021-06-23 18:39:01 +09:00
delete.rs fix: comment importing in delete (#226) 2021-01-27 19:44:29 +09:00
div.rs Support for Paragraph's Line Spacing (#346) 2021-09-29 09:03:39 +09:00
doc_defaults.rs Support ppr default (#673) 2024-01-17 22:40:47 +09:00
doc_grid.rs fix: chaespace type (#498) 2022-06-15 23:43:19 +09:00
document.rs Read sdt (#546) 2022-10-14 18:49:20 +09:00
document_rels.rs Read header and footer image (#679) 2024-02-10 10:59:35 +09:00
drawing.rs fix: number type (#641) 2023-07-14 11:08:45 +09:00
errors.rs Read header and footer image (#679) 2024-02-10 10:59:35 +09:00
font_group.rs fix: read theme (#425) 2022-01-27 17:23:30 +09:00
font_scheme.rs fix: read theme (#425) 2022-01-27 17:23:30 +09:00
footer.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
frame_property.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
from_xml.rs Add reader (#33) 2020-02-11 17:01:39 +09:00
header.rs Add sdt in header footer (#683) 2024-03-05 11:14:49 +09:00
header_or_footer_rels.rs Read header and footer image (#679) 2024-02-10 10:59:35 +09:00
hyperlink.rs Fix support hyperlink reader (#508) 2022-07-06 10:47:15 +09:00
ignore.rs fix: ignore change property to import diff docx (#85) 2020-06-12 17:42:16 +09:00
insert.rs fix: del in ins (#442) 2022-03-15 16:58:29 +09:00
level.rs [#555] feat: Support isLgl (#563) 2022-11-02 22:34:27 +09:00
level_override.rs fix: level reader (#535) 2022-09-13 11:16:00 +09:00
mc_fallback.rs Fix textbox import (#58) 2020-04-07 10:24:56 +09:00
mod.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
numbering_property.rs Fix reader (#478) 2022-05-20 11:27:31 +09:00
numberings.rs fix: level reader (#535) 2022-09-13 11:16:00 +09:00
page_num_type.rs feat: Support pageNumType (#684) 2024-03-06 19:13:11 +09:00
paragraph.rs Fix support hyperlink reader (#508) 2022-07-06 10:47:15 +09:00
paragraph_property.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
paragraph_property_change.rs feat: Support pprchange (#402) 2022-01-08 01:28:34 +09:00
pic.rs fix: number type (#641) 2023-07-14 11:08:45 +09:00
read_zip.rs fix: replace backslash before read_zip (#420) 2022-01-27 14:47:54 +09:00
rels.rs Read header and footer image (#679) 2024-02-10 10:59:35 +09:00
run.rs feat: Support sym (#625) 2023-05-19 18:32:33 +09:00
run_property.rs Fix caps (#645) 2023-08-09 15:52:30 +09:00
section_property.rs feat: Support pageNumType (#684) 2024-03-06 19:13:11 +09:00
settings.rs Fix even header types (#682) 2024-03-04 17:51:24 +09:00
shading.rs Support table cell color (#249) 2021-03-18 19:02:28 +09:00
shape.rs fix: shape reader (#490) 2022-06-08 00:44:51 +09:00
structured_data_tag.rs Read sdt (#546) 2022-10-14 18:49:20 +09:00
style.rs [#587] feat: Support link in style (#596) 2022-12-20 12:01:08 +09:00
styles.rs [#587] feat: Support link in style (#596) 2022-12-20 12:01:08 +09:00
tab.rs [https://github.com/bokuweb/docx-rs/issues/655] fix: tabs (#656) 2023-10-10 16:00:15 +09:00
table.rs Fix width type case (#453) 2022-03-25 13:20:09 +09:00
table_borders.rs Improve cell borders (#243) 2021-03-16 16:09:39 +09:00
table_cell.rs fix: read sdt in cell (#601) 2023-03-16 18:48:24 +09:00
table_cell_borders.rs fix: Add start and end (#244) 2021-03-16 16:32:02 +09:00
table_cell_margins.rs Support table cell margin (#275) 2021-04-14 13:47:46 +09:00
table_cell_property.rs Read table cell prop in style (#264) 2021-03-25 15:30:33 +09:00
table_property.rs fix (#496) 2022-06-15 23:28:30 +09:00
table_row.rs Fix table row height (#558) 2022-11-01 14:57:27 +09:00
tabs.rs [https://github.com/bokuweb/docx-rs/issues/655] fix: tabs (#656) 2023-10-10 16:00:15 +09:00
text_box_content.rs Fix textbox import (#58) 2020-04-07 10:24:56 +09:00
theme.rs fix: read theme (#425) 2022-01-27 17:23:30 +09:00
web_settings.rs feat: try to read sdt (#382) 2021-12-15 01:06:32 +09:00
wp_anchor.rs Fix textbox import (#58) 2020-04-07 10:24:56 +09:00
wps_shape.rs Fix textbox import (#58) 2020-04-07 10:24:56 +09:00
wps_text_box.rs Fix textbox import (#58) 2020-04-07 10:24:56 +09:00
xml_element.rs Support frame pr (#687) 2024-03-18 17:28:52 +09:00
xml_reader.rs Improve toc writer2 (#389) 2022-01-03 02:18:04 +09:00