Track style changes #1586
wvbe
started this conversation in
Ideas / Requests
Replies: 1 comment
-
I need help too! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MS Word has this feature that change tracking can show which (paragraph) styles have changed. In the project that I'm using
docx
for this is a significant change, sometimes even more important than just the text change.Because
Paragraph
does not have arevision
option, andrevision.style
onTextRun
does not appear to have an effect, I'm assuming that creating a document where the paragraph style change is recorded is currently not a feature.I'm wondering if somebody could give me a few pointers wrt. how I could implement this in such a way that a PR is likely to make it back into
docx
!ps. the
document.xml
snippet belonging to above screenshot is;Beta Was this translation helpful? Give feedback.
All reactions