Hi Jason,
when I converted a word document by the sample code I get strange behavior
The text
"Design Specification" with Heading 1 style
is converted to be
" org.docx4j.wml.P ""
org.docx4j.wml.CTBookmark ""
org.docx4j.wml.CTMarkupRange ""
org.docx4j.wml.R ""
org.docx4j.wml.Text "Design"
org.docx4j.wml.R ""
org.docx4j.wml.Text " Specification"
org.docx4j.wml.P ""
org.docx4j.wml.P ""
org.docx4j.wml.R """
Why it is splitted like that while it should be at the same line without the org.docx4j.wml.R object between the two words??