We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was wondering if it's possible to retrieve formatting data for highlighted text?
I can't see it anywhere in the parsed document's JSON.
If it's not available but possible, where might be a good place to start looking in the code to investigate implementing it?
I believe the XML structure is along the lines of:
<w:p> <w:r> <w:rPr> <w:highlight w:val="yellow" /> </w:rPr> <w:t>This text is highlighted.</w:t> </w:r> </w:p>
Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was wondering if it's possible to retrieve formatting data for highlighted text?
I can't see it anywhere in the parsed document's JSON.
If it's not available but possible, where might be a good place to start looking in the code to investigate implementing it?
I believe the XML structure is along the lines of:
Thanks a lot!
The text was updated successfully, but these errors were encountered: