Hi all,
Been using docx4j for a long time now .. I'm currently using version 2.8.0 (yes -- I know .. why haven't I upgraded).
Perhaps upgrading would just solve my problem..
I'm seeing this node in my docx: <mc:AlternateContent>
When I look for the text content under the paragraph which is the container for that node, I get the text which is contained in the AlternateContent as well as the text that's not in AlternateContent. I get this text content using TextUtils.extractText().
However, the paragraph node (P)'s paragraphContent does not include the AlternateContent node, nor any of its descendants.
How can I get the AlternateContent?