Skip to content
New issue

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

Is it possible to retrieve formatting for highlighted text? #618

Open
steve-the-crab opened this issue Apr 25, 2023 · 0 comments
Open

Is it possible to retrieve formatting for highlighted text? #618

steve-the-crab opened this issue Apr 25, 2023 · 0 comments

Comments

@steve-the-crab
Copy link

steve-the-crab commented Apr 25, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant