I'm using the CommentsSample.class as a reference point to develop logic to add footnotes to a document.
All is well, except the FootnoteRef class is missing the id property.
I created a test document by hand with a footnote and it expects an id attribute.
<w:footnoteReference w:id="1"/>
Is this an oversight, or am I missing the obvious?
For reference, I'm using docx4j 2.8.1.
Thanks,
Ken