docx-rs/docx-core/src/reader
bokuweb b6d01b1930
fix: number type (#641)
* fix: number type

* fix

* fix
2023-07-14 11:08:45 +09:00
..
attributes fix: number type (#641) 2023-07-14 11:08:45 +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 default fonts (#207) 2020-12-14 15:01:23 +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 0.0.275 (#517) 2022-08-09 15:32:17 +09:00
drawing.rs fix: number type (#641) 2023-07-14 11:08:45 +09:00
errors.rs fix: size reader (#86) 2020-06-12 19:13:44 +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 feat: impl footer reader (#378) 2021-12-02 00:07:58 +09:00
from_xml.rs Add reader (#33) 2020-02-11 17:01:39 +09:00
header.rs impl header reader with rust (#376) 2021-11-30 02:36:04 +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 fix: use instrTextString in reader (#528) 2022-08-31 10:59:48 +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
paragraph.rs Fix support hyperlink reader (#508) 2022-07-06 10:47:15 +09:00
paragraph_property.rs Read section props in paragraph (#533) 2022-09-09 11:52:53 +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 impl header reader with rust (#376) 2021-11-30 02:36:04 +09:00
run.rs feat: Support sym (#625) 2023-05-19 18:32:33 +09:00
run_property.rs fix: number type (#641) 2023-07-14 11:08:45 +09:00
section_property.rs fix: page margein type (#472) 2022-05-16 18:56:03 +09:00
settings.rs fix: character congtrol for js (#634) 2023-06-23 13:41:36 +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
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
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 fix widow_control xml, add character_spacing_control (#633) 2023-06-23 00:20:27 +09:00
xml_reader.rs Improve toc writer2 (#389) 2022-01-03 02:18:04 +09:00