You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a docx file to code, to get a style for the current text we use a XWPFRun using GetCTR()?.rPr?.rStyle?.val to get the character level style. We want to have a single part of text have multiple styles so we can correlate the styles later on.
Description
Is it possible to have multiple styles layered instead of a single character level style.
The text was updated successfully, but these errors were encountered:
NPOI Version Used
2.6.2
File Type
Use Case
When parsing a docx file to code, to get a style for the current text we use a XWPFRun using GetCTR()?.rPr?.rStyle?.val to get the character level style. We want to have a single part of text have multiple styles so we can correlate the styles later on.
Description
Is it possible to have multiple styles layered instead of a single character level style.
The text was updated successfully, but these errors were encountered: